mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
After seven release candidates, the 2.0.0 final has been released! PR: ports/57377 Submitted by: Thierry Thomas <thierry@pompo.net>
11 lines
369 B
C
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 ***************************************/
|