aboutsummaryrefslogtreecommitdiff
path: root/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c
blob: 16fbfb15078b7b50d423df939899df19575736c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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