Fix a few more compiler warnings
[freeglut] / src / x11 / fg_state_x11.c
index cb55109..3aa19b1 100644 (file)
@@ -29,6 +29,8 @@
 #include "fg_internal.h"
 #ifdef EGL_VERSION_1_0
 #include "egl/fg_state_egl.h"
+#else
+#include "x11/fg_state_x11_glx.h"
 #endif
 
 int fgPlatformGlutDeviceGet ( GLenum eWhat )