diff options
Diffstat (limited to 'emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga1.c')
-rw-r--r-- | emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga1.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga1.c b/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga1.c new file mode 100644 index 000000000000..b29f978c1329 --- /dev/null +++ b/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga1.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/unix/video-drivers/xf86_dga1.c.orig Sun Mar 20 22:10:35 2005 ++++ src/unix/video-drivers/xf86_dga1.c Sun Mar 20 22:12:24 2005 +@@ -7,6 +7,7 @@ + #include <string.h> + #include <sys/types.h> + #include <sys/wait.h> ++#include <sys/time.h> + #include <sys/resource.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + |