From df3e3589183680f32cc165a2197010ba383a827a Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Mon, 30 Apr 2012 23:04:00 +0100 Subject: [PATCH] Correct header include in SDLmain.m --- src/SDLMain.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDLMain.m b/src/SDLMain.m index 026fcb023..4aae292e4 100644 --- a/src/SDLMain.m +++ b/src/SDLMain.m @@ -5,7 +5,7 @@ Feel free to customize this file to suit your needs */ -#include "SDL.h" +#include #include "SDLMain.h" #include /* for MAXPATHLEN */ #include