Fix compile errors on Linux

This commit is contained in:
rdb 2009-07-14 07:04:26 +00:00
parent 91fde2b3ed
commit 1bec439304
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include <sys/time.h>
#include <math.h>
#endif
#include <errno.h>
////////////////////////////////////////////////////////////////////
// Function: P3DConditionVar::Constructor

View File

@ -137,7 +137,7 @@ private:
string _shared_filename;
SubprocessWindowBuffer *_swbuffer;
char *_reversed_buffer;
#endif __APPLE__
#endif // __APPLE__
P3DSplashWindow *_splash_window;
bool _instance_window_opened;