aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'vms/vms_cli.c')
-rw-r--r--vms/vms_cli.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/vms_cli.c b/vms/vms_cli.c
index e4e33404..2f475b11 100644
--- a/vms/vms_cli.c
+++ b/vms/vms_cli.c
@@ -7,6 +7,9 @@
#define P(foo) ()
#include "config.h" /* in case we want to suppress 'const' &c */
#include "vms.h"
+#ifndef _STRING_H
+#include <string.h>
+#endif
extern u_long CLI$PRESENT(const Dsc *);
extern u_long CLI$GET_VALUE(const Dsc *, Dsc *, short *);