From aa9d078ea90a862b6c1f1fdf0fc59595e5c7c7c9 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 11 Sep 2016 14:21:19 +0000 Subject: Callers of time(3) should #include . ok deraadt --- games/monop/execute.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/monop') diff --git a/games/monop/execute.c b/games/monop/execute.c index cdc25ae8158..4bea091af72 100644 --- a/games/monop/execute.c +++ b/games/monop/execute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: execute.c,v 1.13 2016/01/08 18:20:33 mestre Exp $ */ +/* $OpenBSD: execute.c,v 1.14 2016/09/11 14:21:18 tb Exp $ */ /* $NetBSD: execute.c,v 1.3 1995/03/23 08:34:38 cgd Exp $ */ /* @@ -36,6 +36,7 @@ #include #include #include +#include #include "monop.ext" -- cgit v1.2.3