diff options
Diffstat (limited to 'devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c')
| -rw-r--r-- | devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c b/devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c new file mode 100644 index 000000000000..0951242378f6 --- /dev/null +++ b/devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c @@ -0,0 +1,15 @@ + +$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" |
