Protect loading routines with a lock.
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index db9ba97ec8451d985a9b5267bc26ca745fedea12..f7d09c52954505bc40c3c5c15ccd7cff7a158088 100644 (file)
--- 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