comparison src/video/ataricommon/SDL_atarievents.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 b8d311d90021
comparison
equal deleted inserted replaced
556:08588ee79a67 557:0ce5a68278fd
34 */ 34 */
35 35
36 #include <stdlib.h> 36 #include <stdlib.h>
37 #include <string.h> 37 #include <string.h>
38 38
39 #include <sys/cookie.h> 39 #include <mint/cookie.h>
40 40
41 #include "SDL.h" 41 #include "SDL.h"
42 #include "SDL_sysevents.h" 42 #include "SDL_sysevents.h"
43 #include "SDL_events_c.h" 43 #include "SDL_events_c.h"
44 44