Fix more compiler warnings
[freeglut] / src / x11 / fg_state_x11.c
index 9765319..cb55109 100644 (file)
  */
 
 #include <GL/freeglut.h>
-#include "../fg_internal.h"
+#include "fg_internal.h"
+#ifdef EGL_VERSION_1_0
+#include "egl/fg_state_egl.h"
+#endif
 
 int fgPlatformGlutDeviceGet ( GLenum eWhat )
 {