diff src/file/SDL_rwops.c @ 4454:be387681d876

Fixed Eric's changes to allow building from the command line.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 10:00:33 -0700
parents 947201caa46e
children e8916fe9cfc8
line wrap: on
line diff
--- a/src/file/SDL_rwops.c	Sun May 09 09:53:57 2010 -0700
+++ b/src/file/SDL_rwops.c	Sun May 09 10:00:33 2010 -0700
@@ -29,7 +29,7 @@
 #include "SDL_rwops.h"
 
 #ifdef __APPLE__
-#include "SDL_rwopsbundlesupport.h"
+#include "cocoa/SDL_rwopsbundlesupport.h"
 #endif /* __APPLE__ */
 
 #ifdef __NDS__