diff options
Diffstat (limited to 'graphics/fxtv')
-rw-r--r-- | graphics/fxtv/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/fxtv/files/patch-ac b/graphics/fxtv/files/patch-ac new file mode 100644 index 000000000000..f0c5f9248daf --- /dev/null +++ b/graphics/fxtv/files/patch-ac @@ -0,0 +1,10 @@ +--- tvscreen.c.orig Wed Jul 28 17:26:15 1999 ++++ tvscreen.c Wed Jul 28 17:27:03 1999 +@@ -39,6 +39,7 @@ + #include <sys/shm.h> + #include <X11/Xlib.h> /* xf86dga.h needs this */ + #ifdef HAVE_XFREE86 ++# include <X11/Xproto.h> + # include <X11/extensions/xf86dga.h> + # include <X11/Xmd.h> /* xf86dgastr.h needs this */ + # include <X11/extensions/xf86dgastr.h> |