Fix GL/glu.h include...

svn path=/trunk/; revision=10684
This commit is contained in:
Gregor Anich 2004-08-26 01:54:03 +00:00
parent 94d6abb6d2
commit 94ec82db25

View file

@ -72,7 +72,7 @@
/* Stereo and parallel not tested for Mesa 4.0. */ /* Stereo and parallel not tested for Mesa 4.0. */
#define NO_STEREO #define NO_STEREO
#if !defined(NO_STEREO) #if !defined(NO_STEREO)
#include "gl\glu.h" #include "GL/glu.h"
#include "stereo.h" #include "stereo.h"
#endif #endif