summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phantasia/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/setup.c b/phantasia/setup.c
index 8d2cd6ed..a13c5211 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.21 2009/08/31 08:27:16 dholland Exp $ */
+/* $NetBSD: setup.c,v 1.22 2017/10/02 22:03:10 joerg Exp $ */
/*
* setup.c - set up all files for Phantasia
@@ -8,13 +8,13 @@
#include <sys/cdefs.h>
#endif
-#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <setjmp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#ifndef __dead /* Not NetBSD */