- fix a bunch of msvc warnings (mostly assigning double constants to float variables)
[supertux.git] / src / binreloc / binreloc.c
index d3912d5..17df59e 100644 (file)
@@ -14,7 +14,7 @@
 #define __BINRELOC_C__
 
 // [Christoph] use config.h, which defines ENABLE_BINRELOC
-#include "config.h"
+#include <config.h>
 
 #ifdef ENABLE_BINRELOC
        #include <sys/types.h>