@@ -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
@@ -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>