diff options
Diffstat (limited to 'net/netmap/files/patch-netmap__lookup.c')
-rw-r--r-- | net/netmap/files/patch-netmap__lookup.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netmap/files/patch-netmap__lookup.c b/net/netmap/files/patch-netmap__lookup.c new file mode 100644 index 000000000000..65d873d62054 --- /dev/null +++ b/net/netmap/files/patch-netmap__lookup.c @@ -0,0 +1,11 @@ +--- 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 |