7fe343347a
Interix has it. #include that too.
16 lines
346 B
Text
16 lines
346 B
Text
$NetBSD: patch-aa,v 1.3 2005/01/19 16:45:59 tv Exp $
|
|
|
|
--- Resource.cc.orig 1999-08-31 13:10:19.000000000 -0400
|
|
+++ Resource.cc
|
|
@@ -9,7 +9,11 @@
|
|
*/
|
|
|
|
#include "Resource.h"
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
+#include <arpa/inet.h> /* for ntoh*() */
|
|
+#include <string.h>
|
|
|
|
#define dprintf if (0) printf
|
|
|