From 9f0ad82e973b1f9add70e83bbd0ca9ee53cdec08 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 2 May 2010 10:44:06 +0000 Subject: - Fix build after xorg upgrade Submitted by: fluffy --- net/x11vnc/files/patch-x11vnc__x11vnc.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/x11vnc/files/patch-x11vnc__x11vnc.h (limited to 'net/x11vnc') diff --git a/net/x11vnc/files/patch-x11vnc__x11vnc.h b/net/x11vnc/files/patch-x11vnc__x11vnc.h new file mode 100644 index 000000000000..7dd05a21f4a9 --- /dev/null +++ b/net/x11vnc/files/patch-x11vnc__x11vnc.h @@ -0,0 +1,13 @@ +--- x11vnc/x11vnc.h.orig 2009-03-16 08:04:58.000000000 +1000 ++++ x11vnc/x11vnc.h 2010-04-30 23:48:55.249699749 +1100 +@@ -266,6 +266,10 @@ + #include + #include + #include ++#ifndef X_ShmAttach ++#include ++#include ++#endif + #endif + #if LIBVNCSERVER_HAVE_SHMAT + #include -- cgit