Jelajahi Sumber

Cleanups for merge

Joey Ferwerda 8 tahun lalu
induk
melakukan
867e776420
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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>