summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@Simons-Mac-Pro.local>2012-04-30 22:04:00 (GMT)
committer Simon Robertshaw <simon@Simons-Mac-Pro.local>2012-04-30 22:04:00 (GMT)
commitdf3e3589183680f32cc165a2197010ba383a827a (patch)
treeff8991b0115d601c555c8d09d73d7440c77f6683 /src
parentb1045fc3193cf87ec2bce9475cbe21ca45c72ee3 (diff)
downloadpowder-df3e3589183680f32cc165a2197010ba383a827a.zip
powder-df3e3589183680f32cc165a2197010ba383a827a.tar.gz
Correct header include in SDLmain.m
Diffstat (limited to 'src')
-rw-r--r--src/SDLMain.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SDLMain.m b/src/SDLMain.m
index 026fcb0..4aae292 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 <SDL.h>
#include "SDLMain.h"
#include <sys/param.h> /* for MAXPATHLEN */
#include <unistd.h>