summaryrefslogtreecommitdiff
path: root/x2p/a2p.h
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r--x2p/a2p.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index 0f5a7edaff..77d55ced7a 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -79,6 +79,18 @@
# endif
#endif
+#ifdef DOSISH
+# if defined(OS2)
+# include "../os2ish.h"
+# else
+# include "../dosish.h"
+# endif
+#else
+# if defined(VMS)
+# include "../vmsish.h"
+# endif
+#endif
+
#ifndef STANDARD_C
/* All of these are in stdlib.h or time.h for ANSI C */
Time_t time();