diff options
Diffstat (limited to 'net/gnome-nettool/files/patch-network-utilities_gnome-remote-shell.c')
-rw-r--r-- | net/gnome-nettool/files/patch-network-utilities_gnome-remote-shell.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gnome-nettool/files/patch-network-utilities_gnome-remote-shell.c b/net/gnome-nettool/files/patch-network-utilities_gnome-remote-shell.c new file mode 100644 index 000000000000..0ac22218e1ab --- /dev/null +++ b/net/gnome-nettool/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> |