summaryrefslogtreecommitdiff
path: root/test/fractals.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-08-25 16:12:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-08-25 16:12:13 +0000
commit9c045681c57da036e541c5983b5ccdf8ce8ed486 (patch)
treee4bd223217b79374d6927c105cf9c87e6d9aef9a /test/fractals.cxx
parent862506e6d99735973c8847455a201a7746aa8e8f (diff)
Fix <FL/glu.h> includes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/fractals.cxx')
-rw-r--r--test/fractals.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fractals.cxx b/test/fractals.cxx
index efc47777e..46d1fcb94 100644
--- a/test/fractals.cxx
+++ b/test/fractals.cxx
@@ -64,7 +64,7 @@ int main(int, char**) {
*/
#include <FL/glut.H>
-#include <FL/glu.H>
+#include <FL/glu.h>
#include <stdio.h>
#include <stdlib.h>