1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/fxtv/files/patch-ac
Roger Hardiman 90a20db4b5 Add #include <X11/Xproto.h>
This allows FXTV to compile with XFree86 3.9.15 (a 4.0 pre-release beta)
This has no effect on XFree86 3.3.4.
1999-07-28 16:47:29 +00:00

11 lines
403 B
Plaintext

--- 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>