ports/net/netmap/files/patch-netmap::lookup.c
Ying-Chieh Liao fbcde38ef1 add netmap 0.1.2b
Make a graphical representation of the surounding network
2002-02-09 19:19:47 +00:00

11 lines
259 B
C

--- 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