summaryrefslogtreecommitdiff
path: root/net/netmap/files/patch-netmap::lookup.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-19 09:28:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-19 09:28:21 +0000
commit177df99bd7b7ba397069cafa7191a43c0df4c159 (patch)
treef7507675e918e36c1c75e3fa13c10efba1be88f3 /net/netmap/files/patch-netmap::lookup.c
parent- Fix build (diff)
- Fix build with clang
PR: 185506 Submitted by: ports fury
Diffstat (limited to '')
-rw-r--r--net/netmap/files/patch-netmap::lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netmap/files/patch-netmap::lookup.c b/net/netmap/files/patch-netmap::lookup.c
index 5bfc31c556d0..65d873d62054 100644
--- a/net/netmap/files/patch-netmap::lookup.c
+++ b/net/netmap/files/patch-netmap::lookup.c
@@ -1,7 +1,7 @@
--- netmap/lookup.c.orig 2010-01-06 07:59:38.000000000 +0900
+++ netmap/lookup.c 2011-11-23 22:32:15.000000000 +0900
-@@ -1,6 +1,8 @@
- #include <strstream>
+@@ -1,6 +1,7 @@
+-#include <strstream>
#include <iostream>
+#include <sys/types.h>