diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-16 19:32:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-16 19:32:34 +0000 |
commit | 261846f1578612bae246393aabe505a5eb5e823a (patch) | |
tree | 39125ad018c92a4f9d6c150f9320dc5066597324 /net/gtk-vnc/files/patch-src_continuation.h | |
parent | - Add build dependency on perl (diff) |
Add gtk-vnc, a GTK+ VNC widget with C and Python bindings.
WWW: http://gtk-vnc.sourceforge.net/
Diffstat (limited to 'net/gtk-vnc/files/patch-src_continuation.h')
-rw-r--r-- | net/gtk-vnc/files/patch-src_continuation.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gtk-vnc/files/patch-src_continuation.h b/net/gtk-vnc/files/patch-src_continuation.h new file mode 100644 index 000000000000..549af869b8e7 --- /dev/null +++ b/net/gtk-vnc/files/patch-src_continuation.h @@ -0,0 +1,10 @@ +--- src/continuation.h.orig 2007-12-16 13:58:18.000000000 -0500 ++++ src/continuation.h 2007-12-16 13:58:39.000000000 -0500 +@@ -11,6 +11,7 @@ + #ifndef _CONTINUATION_H_ + #define _CONTINUATION_H_ + ++#include <sys/types.h> + #include <ucontext.h> + + struct continuation |