comparison src/timer/linux/SDL_systimer.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents 3692456e7b0f
children
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
43 * gettimeofday() on systems that support the newer syscall. --ryan. 43 * gettimeofday() on systems that support the newer syscall. --ryan.
44 */ 44 */
45 /*#define USE_CLOCK_GETTIME*/ 45 /*#define USE_CLOCK_GETTIME*/
46 #endif 46 #endif
47 47
48 #include "SDL_error.h"
49 #include "SDL_timer.h" 48 #include "SDL_timer.h"
50 #include "SDL_timer_c.h" 49 #include "SDL_timer_c.h"
51 50
52 #if _POSIX_THREAD_SYSCALL_SOFT 51 #if _POSIX_THREAD_SYSCALL_SOFT
53 #include <pthread.h> 52 #include <pthread.h>