ports/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c
Edwin Groothuis baf41b9319 x11-toolkits/freeglut: upgrading to 2.0.0.
After seven release candidates, the 2.0.0 final has been released!

PR:		ports/57377
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-10-04 09:46:21 +00:00

11 lines
369 B
C

--- progs/demos/Lorenz/lorenz.c.orig Thu Jul 10 13:46:34 2003
+++ progs/demos/Lorenz/lorenz.c Mon Sep 22 21:52:40 2003
@@ -32,7 +32,7 @@
#include <string.h>
#include <math.h>
#include <time.h>
-#include <GL/freeglut.h>
+#include "../../../include/GL/freeglut.h"
/************************************** Defined Constants ***************************************/