Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11events.c @ 75:b0ae59d0f3ee
Added patches from FreeBSD ports
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Tue, 19 Jun 2001 13:33:54 +0000 |
parents | c3e9d4a623c1 |
children | 2bddc38a9f5d |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c Sat Jun 16 06:47:45 2001 +0000 +++ b/src/video/x11/SDL_x11events.c Tue Jun 19 13:33:54 2001 +0000 @@ -37,7 +37,9 @@ #ifdef __SVR4 #include <X11/Sunkeysym.h> #endif +#include <sys/types.h> #include <sys/time.h> +#include <unistd.h> #include "SDL.h" #include "SDL_syswm.h"