summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-01 09:29:37 -0700
committerPixel <pixel@nobis-crew.org>2009-06-01 09:29:37 -0700
commit3a8687ec3ac192071899d865716e461d779e8090 (patch)
treeed14afedc339e32c65fdca98909e79fc350de4da
parent79fd5d88f9f269513a2e8c35413f0db4671b054f (diff)
Yes, mingw32 has the pthread library.
-rw-r--r--src/plugin-luaosmesa.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugin-luaosmesa.cc b/src/plugin-luaosmesa.cc
index f89b712..e344fca 100644
--- a/src/plugin-luaosmesa.cc
+++ b/src/plugin-luaosmesa.cc
@@ -1,3 +1,5 @@
+#include <pthread.h>
+
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/osmesa.h>