mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
11 lines
259 B
C
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
|