blob: 0710be712688816b5155cdb667eb31e1af57808f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- agent/interfaces.c.orig 2009-03-08 13:12:26.000000000 -0400
+++ agent/interfaces.c 2009-03-08 13:12:53.000000000 -0400
@@ -43,6 +43,7 @@
#include <ifaddrs.h>
#endif
+#include <netinet/in.h>
#include <net/if.h>
#include <net/if_arp.h>
#include <arpa/inet.h>
|