summaryrefslogtreecommitdiff
path: root/devel/gecc/files/patch-con.h
blob: 93970d23385d2d32087eaf39a8f6844927cf2e13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$FreeBSD$

--- con.h.orig	Fri Oct 25 11:25:17 2002
+++ con.h	Thu Nov  7 15:29:13 2002
@@ -29,8 +29,14 @@
 #include "config.h"
 
 #include <string>
+#include <sys/param.h>
+#include <sys/types.h>
+#include <sys/cdefs.h>
+#include <sys/socket.h>
 #include <netdb.h>
+#include <arpa/inet.h>
 #include <sys/un.h>
+#include <netinet/in.h>
 
 using std::string;