mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +08:00
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:
+1
-1
@@ -64,7 +64,7 @@ int main(int, char**) {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <FL/glut.H>
|
#include <FL/glut.H>
|
||||||
#include <FL/glu.H>
|
#include <FL/glu.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#if HAVE_GL && HAVE_GL_GLU_H
|
#if HAVE_GL && HAVE_GL_GLU_H
|
||||||
# include <FL/glut.H>
|
# include <FL/glut.H>
|
||||||
# include <FL/glu.H>
|
# include <FL/glu.h>
|
||||||
|
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user