Include freeglut header via <GL/freeglut.h> rather than "../include/GL/freeglut.h"
[freeglut] / src / freeglut_ext.c
index 414885d..79a64e4 100644 (file)
@@ -29,7 +29,9 @@
 #include "config.h"
 #endif
 
-#include "../include/GL/freeglut.h"
+#define GLX_GLXEXT_PROTOTYPES
+
+#include <GL/freeglut.h>
 #include "freeglut_internal.h"