Correct header include in SDLmain.m

This commit is contained in:
Simon Robertshaw
2012-04-30 23:04:00 +01:00
parent b1045fc319
commit df3e358918

View File

@@ -5,7 +5,7 @@
Feel free to customize this file to suit your needs Feel free to customize this file to suit your needs
*/ */
#include "SDL.h" #include <SDL.h>
#include "SDLMain.h" #include "SDLMain.h"
#include <sys/param.h> /* for MAXPATHLEN */ #include <sys/param.h> /* for MAXPATHLEN */
#include <unistd.h> #include <unistd.h>