aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/logger.c')
-rw-r--r--util/logger.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/logger.c b/util/logger.c
index 5e603d678..745344443 100644
--- a/util/logger.c
+++ b/util/logger.c
@@ -27,6 +27,11 @@
#include "util.h"
#include "i18n.h"
+#ifdef __VMS
+# include <unistd.h>
+# include "ttyio.h"
+#endif /* def __VMS */
+
static char pidstring[15];
static char *pgm_name;
static int errorcount;