12 lines
295 B
Diff
12 lines
295 B
Diff
|
--- LablGlut/src/wrap_glut.c~ 2019-08-07 02:55:23.000000000 -0500
|
||
|
+++ LablGlut/src/wrap_glut.c 2019-09-18 16:26:31.068789343 -0500
|
||
|
@@ -14,7 +14,7 @@
|
||
|
#ifdef __APPLE__
|
||
|
#include <GLUT/glut.h>
|
||
|
#else
|
||
|
-#include <GL/glut.h>
|
||
|
+#include <GL/freeglut.h>
|
||
|
#endif
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|