summaryrefslogtreecommitdiffstats
path: root/games/arithmetic/arithmetic.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/arithmetic/arithmetic.c')
-rw-r--r--games/arithmetic/arithmetic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c
index bef0cf7feb0..50cd8acd4e5 100644
--- a/games/arithmetic/arithmetic.c
+++ b/games/arithmetic/arithmetic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arithmetic.c,v 1.26 2016/01/27 13:42:08 gsoares Exp $ */
+/* $OpenBSD: arithmetic.c,v 1.27 2016/09/11 14:21:17 tb Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -67,6 +67,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
int getrandom(int, int, int);