summaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/files/patch-src_connection.c
blob: 5c27f6a813dccbbf8c40332e167c884eab7384dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/connection.c.orig	2014-09-14 19:16:31 UTC
+++ src/connection.c
@@ -19,6 +19,10 @@
 #include <string.h>
 #include <time.h>
 
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
+
 #include "util.h"
 #include "media.h"
 #include "driftnet.h"