Commit 4367eb87 authored by Richard Levitte's avatar Richard Levitte
Browse files

DJGPP has some needed header files that other MSDOS/Windows compilers don't have.

Part of PR 75
parent 0a8a9978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
#include <string.h>

#include <openssl/e_os2.h>
#ifndef OPENSSL_SYS_MSDOS
#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
#include <sys/types.h>
#include <unistd.h>
#else