diff options
author | Pixel <pixel@nobis-crew.org> | 2009-06-01 09:29:37 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-06-01 09:29:37 -0700 |
commit | 3a8687ec3ac192071899d865716e461d779e8090 (patch) | |
tree | ed14afedc339e32c65fdca98909e79fc350de4da /src | |
parent | 79fd5d88f9f269513a2e8c35413f0db4671b054f (diff) |
Yes, mingw32 has the pthread library.
Diffstat (limited to 'src')
-rw-r--r-- | src/plugin-luaosmesa.cc | 2 |
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> |