Fix win32 build of decode_binobj

This commit is contained in:
Frederic Bouvier 2011-10-05 08:13:31 +02:00
parent 70ac6614e8
commit aa9e91f926

View File

@ -4,7 +4,10 @@
#include <simgear/compiler.h>
#ifndef _WIN32
#include <unistd.h>
#endif
#include <iostream>
#include <cstdlib>