diff options
author | zhang <[email protected]> | 2007-06-28 08:12:52 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-28 08:12:52 -0600 |
commit | 37aca21129d87946d2dc6b45fa5bacd514921550 (patch) | |
tree | 1fcd114a8bf8aa783dd2c700eb1065828a63f309 /src/glut/glx/win32_util.c | |
parent | b0b02507b42ca43a7c9d9e9a10c2f49fc6f8d8ba (diff) |
a variety of fixes for MingW
Diffstat (limited to 'src/glut/glx/win32_util.c')
-rw-r--r-- | src/glut/glx/win32_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/win32_util.c b/src/glut/glx/win32_util.c index becd823a409..25af48a1125 100644 --- a/src/glut/glx/win32_util.c +++ b/src/glut/glx/win32_util.c @@ -15,6 +15,7 @@ /* The following added by Paul Garceau <[email protected]> */ #if defined(__MINGW32__) +#include <GL/gl.h> #include <time.h> #include <windows.h> struct timeval; |