summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@Simons-Mac-Pro.local>2012-04-30 22:12:01 (GMT)
committer Simon Robertshaw <simon@Simons-Mac-Pro.local>2012-04-30 22:12:01 (GMT)
commitacf2515115231007ace8f1a516e3df4a5d233311 (patch)
tree1a042d2745edb1e9c6bb6784cce8f3c4e42e42c2 /src
parent8a774c677137e3ffee910be1482d3817a368643f (diff)
downloadpowder-acf2515115231007ace8f1a516e3df4a5d233311.zip
powder-acf2515115231007ace8f1a516e3df4a5d233311.tar.gz
Oops, correct include AGAIN
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 4aae292..b6216af 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/SDL.h>
#include "SDLMain.h"
#include <sys/param.h> /* for MAXPATHLEN */
#include <unistd.h>