summaryrefslogtreecommitdiff
path: root/converters/macfork/patches/patch-aa
blob: fb9afa251c8145bda9173c71efaea8e1b9cf8ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.2 2003/09/20 15:11:54 jmmv Exp $

--- Resource.cc.orig	1999-08-31 19:10:19.000000000 +0200
+++ Resource.cc
@@ -9,7 +9,10 @@
 */
 
 #include "Resource.h"
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
+#include <string.h>
 
 #define dprintf if (0) printf