blob: 5bfc31c556d09c97075c7097927b825f1d6deb86 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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,8 @@
#include <strstream>
#include <iostream>
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netdb.h> //hostent def
//from belgolib
|