changeset 1350 | adc8ff3c9597 |
parent 1336 | 3692456e7b0f |
child 1358 | c71e05b4dc2e |
1.1 --- a/src/video/ataricommon/SDL_biosevents.c Wed Feb 08 17:23:32 2006 +0000 1.2 +++ b/src/video/ataricommon/SDL_biosevents.c Wed Feb 08 18:59:49 2006 +0000 1.3 @@ -26,13 +26,12 @@ 1.4 * Patrice Mandin 1.5 */ 1.6 1.7 -#include <string.h> 1.8 - 1.9 /* Mint includes */ 1.10 #include <mint/osbind.h> 1.11 #include <mint/cookie.h> 1.12 1.13 #include "SDL.h" 1.14 +#include "SDL_string.h" 1.15 #include "SDL_sysevents.h" 1.16 #include "SDL_events_c.h" 1.17