summaryrefslogtreecommitdiffstats
path: root/crypto/idea/idea_spd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/idea_spd.c')
-rw-r--r--crypto/idea/idea_spd.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/crypto/idea/idea_spd.c b/crypto/idea/idea_spd.c
index 3c24ff5d86..5f79f93d67 100644
--- a/crypto/idea/idea_spd.c
+++ b/crypto/idea/idea_spd.c
@@ -64,12 +64,11 @@
#endif
#include <stdio.h>
-#ifndef MSDOS
-#include <unistd.h>
-#else
-#include <io.h>
-extern int exit();
-#endif
+
+#include <openssl/e_os2.h>
+#include OPENSSL_UNISTD_IO
+OPENSSL_DECLARE_EXIT
+
#include <signal.h>
#ifndef _IRIX
#include <time.h>