summaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/files/patch-src_layer3.c
blob: c0273fe5f874fae43426178e1f62bd978b59d39e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/layer3.c.orig	2013-05-12 15:16:43 UTC
+++ src/layer3.c
@@ -3,8 +3,12 @@
 #include <string.h>
 #include <assert.h>
 
+#include <sys/types.h>
+#include <netinet/in_systm.h>
+#include <netinet/in.h>
 #include <netinet/ip.h>
 #include <netinet/ip6.h>
+#include <sys/socket.h>
 
 #include "log.h"
 #include "layer3.h"