aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flext.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-02 17:32:50 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-02 17:32:50 +0000
commit4985ae92eea0eb7609a2449d7e147f69b7134b50 (patch)
tree83343cd73cec64d66b4a347612f8937643c04918 /externals/grill/flext/source/flext.h
parent7017ea71b842451548451125d10acd5c27086e3b (diff)
*** empty log message ***
svn path=/trunk/; revision=265
Diffstat (limited to 'externals/grill/flext/source/flext.h')
-rw-r--r--externals/grill/flext/source/flext.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flext.h b/externals/grill/flext/source/flext.h
index 402a2a93..c1cd7597 100644
--- a/externals/grill/flext/source/flext.h
+++ b/externals/grill/flext/source/flext.h
@@ -31,6 +31,13 @@ WARRANTIES, see the file, "license.txt," in this distribution.
//! @}
+
+#ifdef FLEXT_THREADS
+#include <pthread.h>
+#include <sched.h>
+#endif
+
+
// include all the flext interface definitions
#include "fldefs.h"