Mercurial > sdl-ios-xcode
comparison src/main/beos/SDL_BeApp.cc @ 573:6c3fa3b5e397
Fixed build error on BeOS
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Jan 2003 02:34:04 +0000 |
parents | f6ffac90895c |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
572:4c740ee76027 | 573:6c3fa3b5e397 |
---|---|
29 | 29 |
30 #include <AppKit.h> | 30 #include <AppKit.h> |
31 #include <storage/Path.h> | 31 #include <storage/Path.h> |
32 #include <storage/Entry.h> | 32 #include <storage/Entry.h> |
33 #include <stdlib.h> | 33 #include <stdlib.h> |
34 #include <string.h> | |
34 #include <unistd.h> | 35 #include <unistd.h> |
35 | 36 |
36 #include "SDL_BeApp.h" | 37 #include "SDL_BeApp.h" |
37 #include "SDL_thread.h" | 38 #include "SDL_thread.h" |
38 #include "SDL_timer.h" | 39 #include "SDL_timer.h" |