diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-08-25 16:12:13 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-08-25 16:12:13 +0000 |
| commit | 9c045681c57da036e541c5983b5ccdf8ce8ed486 (patch) | |
| tree | e4bd223217b79374d6927c105cf9c87e6d9aef9a /test | |
| parent | 862506e6d99735973c8847455a201a7746aa8e8f (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')
| -rw-r--r-- | test/fractals.cxx | 2 | ||||
| -rw-r--r-- | test/fracviewer.cxx | 2 |
2 files changed, 2 insertions, 2 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> 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> |
