]> Shamusworld >> Repos - thunder/blobdiff - src/video.h
Fixes for compilation under MinGW.
[thunder] / src / video.h
index 8e59dfbee804b97988be5fc6c190c83aa468339c..b3afeaf1b6580159019a4d941f6935a4cef82968 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef __VIDEO_H__
 #define __VIDEO_H__
 
-#include <SDL2/SDL.h>
+#include <SDL.h>
 #include <stdint.h>                                                    // For uint32_t
 
 #define VIRTUAL_SCREEN_WIDTH   288