Module Name: src
Committed By: joerg
Date: Mon Oct 2 22:03:11 UTC 2017
Modified Files:
src/games/phantasia: setup.c
Log Message:
Include time.h for time. Drop sys/types.h and expect basic working
system headers.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/games/phantasia/setup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/phantasia/setup.c
diff -u src/games/phantasia/setup.c:1.21 src/games/phantasia/setup.c:1.22
--- src/games/phantasia/setup.c:1.21 Mon Aug 31 08:27:16 2009
+++ src/games/phantasia/setup.c Mon Oct 2 22:03:10 2017
@@ -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 */