summaryrefslogtreecommitdiffstats
path: root/games/atc/update.c
diff options
context:
space:
mode:
authormestre <mestre@openbsd.org>2015-12-31 16:50:29 +0000
committermestre <mestre@openbsd.org>2015-12-31 16:50:29 +0000
commit2317ec67b0fa8cbb4cdee40097f28e1a0c3dd5ef (patch)
tree9020511e61396f8abe37cb82f9e04c20af4ef513 /games/atc/update.c
parentInclude only needed header files per each source file (diff)
downloadwireguard-openbsd-2317ec67b0fa8cbb4cdee40097f28e1a0c3dd5ef.tar.xz
wireguard-openbsd-2317ec67b0fa8cbb4cdee40097f28e1a0c3dd5ef.zip
Include only needed header files per each source file
OK tb@
Diffstat (limited to 'games/atc/update.c')
-rw-r--r--games/atc/update.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/atc/update.c b/games/atc/update.c
index 0f172c5d737..bfd539fbeec 100644
--- a/games/atc/update.c
+++ b/games/atc/update.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: update.c,v 1.17 2015/12/15 18:39:50 tb Exp $ */
+/* $OpenBSD: update.c,v 1.18 2015/12/31 16:50:29 mestre Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -41,7 +41,10 @@
* For more info on this and all of my stuff, mail edjames@berkeley.edu.
*/
-#include "include.h"
+#include <stdlib.h>
+#include <string.h>
+
+#include "extern.h"
void
setseed(const char *seed)