0469af19db
PR: ports/60210 Submitted by: Thierry Thomas <thierry@pompo.net>
11 lines
266 B
C
11 lines
266 B
C
--- progs/demos/shapes/shapes.c.orig Sun Dec 7 11:12:22 2003
|
|
+++ progs/demos/shapes/shapes.c Sat Dec 13 14:51:38 2003
|
|
@@ -12,7 +12,7 @@
|
|
* using the + and - keys.
|
|
*/
|
|
|
|
-#include <GL/freeglut.h>
|
|
+#include "../../../include/GL/freeglut.h"
|
|
|
|
#include <stdlib.h>
|
|
|