diff src/video/x11/SDL_x11events.c @ 2046:da8332c8f480

Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
author Sam Lantinga <slouken@libsdl.org>
date Sun, 01 Oct 2006 02:28:41 +0000
parents 7177581dc9fa
children dbc6d1893869
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Sun Oct 01 02:06:37 2006 +0000
+++ b/src/video/x11/SDL_x11events.c	Sun Oct 01 02:28:41 2006 +0000
@@ -21,6 +21,10 @@
 */
 #include "SDL_config.h"
 
+#include <sys/types.h>
+#include <sys/time.h>
+#include <unistd.h>
+
 #include "SDL_syswm.h"
 #include "SDL_x11video.h"
 #include "../../events/SDL_events_c.h"