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..8b432ab3d9a4 --- /dev/null +++ b/net/netmap/files/patch-netmap::lookup.c @@ -0,0 +1,11 @@ +--- netmap/lookup.c.orig Sun Feb 10 02:57:26 2002 ++++ netmap/lookup.c Sun Feb 10 02:59:22 2002 +@@ -1,6 +1,8 @@ + #include <strstream> + #include <iostream> + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netdb.h> //hostent def + + //from belgolib |