From 76ca5c8f9f19e99b26da366d9add3990a2335646 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 2 May 2010 10:44:06 +0000 Subject: [PATCH] - 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 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