3d44025101
netinfo piece of gnome-network broken out into its own distribution. Gnome-nettool is a MacOS X-like Network Utility that disaplys interface information as well as front-ends many useful network tools like ping, netstat, traceroute, host, finger, and whois.
10 lines
267 B
C
10 lines
267 B
C
--- src/nettool.c.orig Sun Jul 4 15:52:03 2004
|
|
+++ src/nettool.c Sun Jul 4 15:53:11 2004
|
|
@@ -21,6 +21,7 @@
|
|
#include <gnome.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <signal.h>
|
|
#include <errno.h>
|
|
#include <sys/wait.h>
|