summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-04 09:54:10 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-04 09:54:10 +0000
commit5319be44384de8a6f8a2bf6249f3b2aa59cd8b52 (patch)
treea65ac5ee2fb4ad1bdd03ddcc02d3537564a4c4f7 /e_os.h
parentf7a3e73ef63aaef2b7f325af4a4bbb10d8fb762e (diff)
DJGPP patches.
PR: 347
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index db9ba97ec8..f7d09c5295 100644
--- a/e_os.h
+++ b/e_os.h
@@ -201,6 +201,9 @@ extern "C" {
# ifdef __DJGPP__
# include <unistd.h>
# include <sys/stat.h>
+# include <sys/socket.h>
+# include <tcp.h>
+# include <netdb.h>
# define _setmode setmode
# define _O_TEXT O_TEXT
# define _O_BINARY O_BINARY