diff options
Diffstat (limited to 'src/glut/glx/glutwin32.h')
-rw-r--r-- | src/glut/glx/glutwin32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/glutwin32.h b/src/glut/glx/glutwin32.h index 304eeb20a22..01db99fad6d 100644 --- a/src/glut/glx/glutwin32.h +++ b/src/glut/glx/glutwin32.h @@ -41,6 +41,7 @@ /* Private routines from win32_util.c */ #ifndef __CYGWIN32__ +struct timeval; extern int gettimeofday(struct timeval* tp, void* tzp); #endif extern void *__glutFont(void *font); |