Fix <FL/glu.h> includes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
862506e6d9
commit
9c045681c5
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user