diff src/video/ataricommon/SDL_gemdosevents.c @ 1350:adc8ff3c9597

Fixes for new SDL embedded libc stuff
author Patrice Mandin <patmandin@gmail.com>
date Wed, 08 Feb 2006 18:59:49 +0000
parents 3692456e7b0f
children c71e05b4dc2e
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_gemdosevents.c	Wed Feb 08 17:23:32 2006 +0000
+++ b/src/video/ataricommon/SDL_gemdosevents.c	Wed Feb 08 18:59:49 2006 +0000
@@ -26,13 +26,12 @@
  *	Patrice Mandin
  */
 
-#include <string.h>
-
 /* Mint includes */
 #include <mint/osbind.h>
 #include <mint/cookie.h>
 
 #include "SDL.h"
+#include "SDL_string.h"
 #include "SDL_sysevents.h"
 #include "SDL_events_c.h"