ports/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c
Pav Lucistnik 0469af19db - Update to 2.2.0
PR:		ports/60210
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-14 13:03:37 +00:00

11 lines
330 B
C

--- progs/demos/Lorenz/lorenz.c.orig Thu Dec 11 02:32:08 2003
+++ progs/demos/Lorenz/lorenz.c Sat Dec 13 10:19:26 2003
@@ -32,7 +32,7 @@
#include <string.h>
#include <math.h>
#include <time.h>
-#include <GL/freeglut.h>
+#include "../../../include/GL/freeglut.h"
#ifdef WIN32
#include <crtdbg.h> // DUMP MEMORY LEAKS
#endif