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-examples_gvncviewer.c | |
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-examples_gvncviewer.c')
-rw-r--r-- | net/gtk-vnc/files/patch-examples_gvncviewer.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gtk-vnc/files/patch-examples_gvncviewer.c b/net/gtk-vnc/files/patch-examples_gvncviewer.c new file mode 100644 index 000000000000..fe0579baffea --- /dev/null +++ b/net/gtk-vnc/files/patch-examples_gvncviewer.c @@ -0,0 +1,10 @@ +--- examples/gvncviewer.c.orig 2007-12-16 14:02:33.000000000 -0500 ++++ examples/gvncviewer.c 2007-12-16 14:02:44.000000000 -0500 +@@ -4,6 +4,7 @@ + #include <stdlib.h> + #include <string.h> + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <netinet/tcp.h> |