Skip to content
Snippets Groups Projects
Commit 688093dd authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström Committed by Martin Nilsson
Browse files

Build [GLUT]: Fixed header file filename typo.

parent a485a81d
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <GLUT/glut.h> #include <GLUT/glut.h>
#else #else
#ifdef HAVE_GL_GLUT_H #ifdef HAVE_GL_GLUT_H
#include <GLU/glut.h> #include <GL/glut.h>
#endif /* HAVE_GL_GLUT_H */ #endif /* HAVE_GL_GLUT_H */
#endif /* HAVE_GLUT_GLUT_H */ #endif /* HAVE_GLUT_GLUT_H */
#endif /* HAVE_LIBGLUT */ #endif /* HAVE_LIBGLUT */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment