summaryrefslogtreecommitdiffstats
path: root/games/boggle
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-08-27 02:00:10 +0000
committerguenther <guenther@openbsd.org>2016-08-27 02:00:10 +0000
commit1614e62e0799f50595df07771c8d8e72e921e24c (patch)
tree7192a5f3e9a8a17d84c5416240043a5eeadf8189 /games/boggle
parentPull in <sys/time.h> for struct timespec (diff)
downloadwireguard-openbsd-1614e62e0799f50595df07771c8d8e72e921e24c.tar.xz
wireguard-openbsd-1614e62e0799f50595df07771c8d8e72e921e24c.zip
Pull in <time.h> for time() and perhaps other functions
ok deraadt@
Diffstat (limited to 'games/boggle')
-rw-r--r--games/boggle/boggle/bog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/boggle/boggle/bog.c b/games/boggle/boggle/bog.c
index 26b74f08f33..c603fc64673 100644
--- a/games/boggle/boggle/bog.c
+++ b/games/boggle/boggle/bog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bog.c,v 1.30 2016/03/07 12:07:55 mestre Exp $ */
+/* $OpenBSD: bog.c,v 1.31 2016/08/27 02:00:10 guenther Exp $ */
/* $NetBSD: bog.c,v 1.5 1995/04/24 12:22:32 cgd Exp $ */
/*-
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "bog.h"