Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios.c @ 557:0ce5a68278fd
Updated Atari port for new system headers (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 07 Dec 2002 06:54:47 +0000 |
parents | 9ff7e90aaa94 |
children | 50dcaff875f5 |
comparison
equal
deleted
inserted
replaced
556:08588ee79a67 | 557:0ce5a68278fd |
---|---|
36 #include <string.h> | 36 #include <string.h> |
37 #include <sys/stat.h> | 37 #include <sys/stat.h> |
38 #include <unistd.h> | 38 #include <unistd.h> |
39 | 39 |
40 /* Mint includes */ | 40 /* Mint includes */ |
41 #include <sys/cookie.h> | 41 #include <mint/cookie.h> |
42 #include <mint/osbind.h> | 42 #include <mint/osbind.h> |
43 #include <mint/falcon.h> | 43 #include <mint/falcon.h> |
44 | 44 |
45 #include "SDL.h" | 45 #include "SDL.h" |
46 #include "SDL_error.h" | 46 #include "SDL_error.h" |