aboutsummaryrefslogtreecommitdiff
path: root/net/gnomenettool/files/patch-network-utilities_gnome-remote-shell.c
blob: 0ac22218e1ab6717cdbf7f5a9ed3c2e56ed9a4ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>