summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
Diffstat (limited to 'x2p')
-rw-r--r--x2p/a2p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index 80530469ed..392e9e66a2 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -138,8 +138,13 @@
/* All of these are in stdlib.h or time.h for ANSI C */
Time_t time();
struct tm *gmtime(), *localtime();
+#if defined(OEMVS) || defined(__OPEN_VM)
+char *(strchr)(), *(strrchr)();
+char *(strcpy)(), *(strcat)();
+#else
char *strchr(), *strrchr();
char *strcpy(), *strcat();
+#endif
#endif /* ! STANDARD_C */
#ifdef VMS