freebsd-ports/net/gnomenetwork/files/patch-network-utilities_gnome-remote-shell.c
Joe Marcus Clarke b3fb0c72c0 Add gnomenetwork, a suite of tools that allow for remote desktop connections,
SSH, and RSH shells, as well as a network information tool similar to MacOS
X's Netinfo.
2004-01-03 08:29:37 +00:00

12 lines
351 B
C

--- 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>