Mercurial > sdl-ios-xcode
comparison src/timer/mint/SDL_systimer.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 | f6ffac90895c |
children | 623b453a3219 |
comparison
equal
deleted
inserted
replaced
556:08588ee79a67 | 557:0ce5a68278fd |
---|---|
38 #include <unistd.h> | 38 #include <unistd.h> |
39 #include <string.h> | 39 #include <string.h> |
40 #include <errno.h> | 40 #include <errno.h> |
41 | 41 |
42 #include <mint/osbind.h> | 42 #include <mint/osbind.h> |
43 #include <sysvars.h> | 43 #include <mint/sysvars.h> |
44 | 44 |
45 #include "SDL_error.h" | 45 #include "SDL_error.h" |
46 #include "SDL_timer.h" | 46 #include "SDL_timer.h" |
47 #include "SDL_timer_c.h" | 47 #include "SDL_timer_c.h" |
48 #include "SDL_thread.h" | 48 #include "SDL_thread.h" |