summaryrefslogtreecommitdiff
path: root/test/fracviewer.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/fracviewer.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/fracviewer.cxx')
-rw-r--r--test/fracviewer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fracviewer.cxx b/test/fracviewer.cxx
index 8e9ab8771..bc45cc045 100644
--- a/test/fracviewer.cxx
+++ b/test/fracviewer.cxx
@@ -16,7 +16,7 @@
#if HAVE_GL && HAVE_GL_GLU_H
# include <FL/glut.H>
-# include <FL/glu.H>
+# include <FL/glu.h>
# include <stdio.h>
# include <stdlib.h>