diff options
-rw-r--r-- | net/gtk-vnc/files/patch-src_vncshmimage.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gtk-vnc/files/patch-src_vncshmimage.c b/net/gtk-vnc/files/patch-src_vncshmimage.c new file mode 100644 index 000000000000..6a5b2071b4c9 --- /dev/null +++ b/net/gtk-vnc/files/patch-src_vncshmimage.c @@ -0,0 +1,11 @@ +--- src/vncshmimage.c.orig 2007-12-23 15:31:21.000000000 -0500 ++++ src/vncshmimage.c 2007-12-23 15:32:10.000000000 -0500 +@@ -12,6 +12,8 @@ + + #include <string.h> + ++#include <machine/param.h> ++#include <sys/types.h> + #include <sys/ipc.h> + #include <sys/shm.h> + |