Irix tweaks.

This commit is contained in:
curt
2001-04-11 21:14:24 +00:00
parent e3b0a70eb9
commit dfbcb1566b
4 changed files with 26 additions and 5 deletions
+9 -2
View File
@@ -23,9 +23,16 @@
#ifndef SGTHREAD_HXX_INCLUDED
#define SGTHREAD_HXX_INCLUDED 1
#include <simgear/compiler.h>
#include <pthread.h>
#include <cassert>
#include <cerrno>
#if defined ( SG_HAVE_STD_INCLUDES )
# include <cassert>
# include <cerrno>
#else
# include <assert.h>
# include <sys/errno.h>
#endif
class SGThread;