diff options
Diffstat (limited to 'emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c')
-rw-r--r-- | emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c b/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c new file mode 100644 index 000000000000..cd372d28a131 --- /dev/null +++ b/emulators/xmame/files/patch-src-unix-video-drivers-xf86_dga2.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/unix/video-drivers/xf86_dga2.c.orig Sun Mar 20 22:16:38 2005 ++++ src/unix/video-drivers/xf86_dga2.c Sun Mar 20 22:16:53 2005 +@@ -10,6 +10,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> + |