ports/net/netmap/files/patch-netmap::lookup.c
Martin Wilke 177df99bd7 - Fix build with clang
PR:		185506
Submitted by:	ports fury
2014-01-19 09:28:21 +00:00

11 lines
281 B
C

--- 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,7 @@
-#include <strstream>
#include <iostream>
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netdb.h> //hostent def
//from belgolib