Fixed Eric's changes to allow building from the command line.

This commit is contained in:
Sam Lantinga 2010-05-09 10:00:33 -07:00
parent 4a2cf3b976
commit dc6629fa52
2 changed files with 5 additions and 1 deletions

View file

@ -29,7 +29,7 @@
#include "SDL_rwops.h"
#ifdef __APPLE__
#include "SDL_rwopsbundlesupport.h"
#include "cocoa/SDL_rwopsbundlesupport.h"
#endif /* __APPLE__ */
#ifdef __NDS__