summaryrefslogtreecommitdiffstats
path: root/net/gnomenetwork/files/patch-network-utilities_gnome-remote-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnomenetwork/files/patch-network-utilities_gnome-remote-shell.c')
-rw-r--r--net/gnomenetwork/files/patch-network-utilities_gnome-remote-shell.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gnomenetwork/files/patch-network-utilities_gnome-remote-shell.c b/net/gnomenetwork/files/patch-network-utilities_gnome-remote-shell.c
new file mode 100644
index 000000000..0ac22218e
--- /dev/null
+++ b/net/gnomenetwork/files/patch-network-utilities_gnome-remote-shell.c
@@ -0,0 +1,12 @@
+--- network-utilities/gnome-remote-shell.c.orig Mon Sep 1 01:56:21 2003
++++ network-utilities/gnome-remote-shell.c Mon Sep 1 01:58:11 2003
+@@ -23,6 +23,9 @@
+ #endif
+
+ #include <netdb.h>
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #include <gconf/gconf-client.h>
+ #include <gtk/gtkdialog.h>
+ #include <gtk/gtkentry.h>