diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-19 09:28:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-19 09:28:21 +0000 |
commit | 177df99bd7b7ba397069cafa7191a43c0df4c159 (patch) | |
tree | f7507675e918e36c1c75e3fa13c10efba1be88f3 /net/netmap/files/patch-netmap__hostclass.c | |
parent | - Fix build (diff) |
- Fix build with clang
PR: 185506
Submitted by: ports fury
Notes
Notes:
svn path=/head/; revision=340257
Diffstat (limited to 'net/netmap/files/patch-netmap__hostclass.c')
-rw-r--r-- | net/netmap/files/patch-netmap__hostclass.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/netmap/files/patch-netmap__hostclass.c b/net/netmap/files/patch-netmap__hostclass.c new file mode 100644 index 000000000000..f52a7e755100 --- /dev/null +++ b/net/netmap/files/patch-netmap__hostclass.c @@ -0,0 +1,7 @@ +--- netmap/hostclass.c.orig ++++ netmap/hostclass.c +@@ -1,4 +1,3 @@ +-#include <strstream> + #include <map> + + //from belgolib |