moved common files back to src root
[freeglut] / src / x11 / freeglut_joystick_x11.c
index 962e362..5d686b5 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 #include <GL/freeglut.h>
-#include "../Common/freeglut_internal.h"
+#include "../fg_internal.h"
 #ifdef HAVE_SYS_PARAM_H
 #    include <sys/param.h>
 #endif