summaryrefslogtreecommitdiff
path: root/net/gnome-netstatus/patches/patch-aa
blob: c661620857401f6e171ea18bd9219ab395a3df7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.1 2004/04/15 13:27:36 xtraeme Exp $

--- src/netstatus-iface.c.orig	Mon Mar 22 17:49:17 2004
+++ src/netstatus-iface.c	Mon Mar 22 17:50:12 2004
@@ -32,6 +32,8 @@
 
 #include <libgnome/gnome-i18n.h>
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <sys/ioctl.h>
 #ifdef HAVE_SYS_SOCKIO_H
 #include <sys/sockio.h>
@@ -39,6 +41,7 @@
 #include <sys/param.h>
 #include <net/if.h>
 #include <net/if_arp.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <errno.h>
 #include <unistd.h>