diff options
Diffstat (limited to 'devel/sdl12/files/patch-src_video_x11_SDL__x11events.c')
-rw-r--r-- | devel/sdl12/files/patch-src_video_x11_SDL__x11events.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/sdl12/files/patch-src_video_x11_SDL__x11events.c b/devel/sdl12/files/patch-src_video_x11_SDL__x11events.c deleted file mode 100644 index 0951242..0000000 --- a/devel/sdl12/files/patch-src_video_x11_SDL__x11events.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- src/video/x11/SDL_x11events.c 2001/01/27 17:49:30 1.1 -+++ src/video/x11/SDL_x11events.c 2001/01/27 17:49:54 -@@ -35,7 +35,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" |