Fix SDL detection.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1675 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-23 23:50:47 +00:00
parent 37c9a3760f
commit 7a55038a0f
+3 -2
View File
@@ -8,8 +8,9 @@
<uqm at submedia dot net>
*/
#import "SDL.h"
#import "SDLMain.h"
#import "port.h"
#import SDL_INCLUDE(SDL.h)
#import SDL_INCLUDE(SDLMain.h)
#import <sys/param.h>
/* for PATH_MAX */
#import <string.h>