$OpenBSD: patch-src_cpp_test_server_abyss_cpp,v 1.1.1.1 2006/12/18 14:39:56 espie Exp $
--- src/cpp/test/server_abyss.cpp.orig	Mon Dec 18 13:58:59 2006
+++ src/cpp/test/server_abyss.cpp	Mon Dec 18 13:59:44 2006
@@ -4,7 +4,9 @@
   Test the Abyss server C++ facilities of XML-RPC for C/C++.
   
 =============================================================================*/
-#include <sys/unistd.h>
+#include <sys/types.h>
+#include <unistd.h>
+#include <netinet/in.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
 #include <errno.h>
