]> Shamusworld >> Repos - thunder/blobdiff - src/screen.h
Fixes for compilation under MinGW.
[thunder] / src / screen.h
index bc1e2ec53763e03899e7a92d3697b5a18aab10de..01e166083db25d7c930534ff9c4a06ae62a7eaef 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __SCREEN_H__
 #define __SCREEN_H__
 
-#include <SDL2/SDL.h>
+#include <SDL.h>
 #include <stdint.h>
 
 void BlitChar(uint8_t *, uint8_t *);