diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-11-25 00:17:28 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-11-25 00:17:28 +0000 |
commit | bd902f794fbf2bd3edb125b868ae4b8e2d1d2de4 (patch) | |
tree | 7342a0a36b00a1aebcb548ebe733fcb29c35c316 /devel/gecc/files/patch-con.h | |
parent | Upgrade to 5.0.10. (diff) |
Add preliminary port of gecc.
Diffstat (limited to 'devel/gecc/files/patch-con.h')
-rw-r--r-- | devel/gecc/files/patch-con.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/gecc/files/patch-con.h b/devel/gecc/files/patch-con.h new file mode 100644 index 000000000000..93970d23385d --- /dev/null +++ b/devel/gecc/files/patch-con.h @@ -0,0 +1,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; + |