Browse Source

Cleanups for merge

Joey Ferwerda 8 years ago
parent
commit
867e776420
2 changed files with 2 additions and 2 deletions
  1. 1 1
      configure.ac
  2. 1 1
      examples/opengl/gl.h

+ 1 - 1
configure.ac

@@ -130,4 +130,4 @@ AC_PROG_CC_C99
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile tests/unittests/Makefile examples/Makefile examples/opengl/Makefile examples/simple/Makefile])
-AC_OUTPUT
+AC_OUTPUT

+ 1 - 1
examples/opengl/gl.h

@@ -10,7 +10,7 @@
 #ifndef GL_H
 #define GL_H
 
-#include <SDL/SDL.h>
+#include <SDL.h>
 
 #include <GL/glew.h>
 #include <GL/gl.h>