comparison src/thread/riscos/SDL_syscond.c @ 1338:604d73db6802

Removed uses of stdlib.h and string.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 09:29:18 +0000
parents 3692456e7b0f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
25 #ifdef DISABLE_THREADS 25 #ifdef DISABLE_THREADS
26 #include "../generic/SDL_syscond.c" 26 #include "../generic/SDL_syscond.c"
27 #else 27 #else
28 #include <sys/time.h> 28 #include <sys/time.h>
29 #include <unistd.h> 29 #include <unistd.h>
30 #include <errno.h>
31 #include <stdlib.h>
32 #include <pthread.h> 30 #include <pthread.h>
33 31
32 #include "SDL_stdlib.h"
34 #include "SDL_error.h" 33 #include "SDL_error.h"
35 #include "SDL_thread.h" 34 #include "SDL_thread.h"
36 #include "SDL_sysmutex_c.h" 35 #include "SDL_sysmutex_c.h"
37 36
38 struct SDL_cond 37 struct SDL_cond