summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2017-01-10 20:40:53 +0000
committerchristos <christos@NetBSD.org>2017-01-10 20:40:53 +0000
commitdcc00112f26d69d1e4d67b6802d5ef9e3dabfede (patch)
tree10f865f48deec59717e2709f21dec9aea5eb462f /atc
parent4181614773119505cbba9b8b39f967ce073265a5 (diff)
downloadbsdgames-darwin-dcc00112f26d69d1e4d67b6802d5ef9e3dabfede.tar.gz
bsdgames-darwin-dcc00112f26d69d1e4d67b6802d5ef9e3dabfede.tar.zst
bsdgames-darwin-dcc00112f26d69d1e4d67b6802d5ef9e3dabfede.zip
ned stat.h
Diffstat (limited to 'atc')
-rw-r--r--atc/log.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/atc/log.c b/atc/log.c
index cbfc8ecb..c0bdc618 100644
--- a/atc/log.c
+++ b/atc/log.c
@@ -1,4 +1,4 @@
-/* $NetBSD: log.c,v 1.22 2015/06/19 06:02:31 dholland Exp $ */
+/* $NetBSD: log.c,v 1.23 2017/01/10 20:40:53 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -46,12 +46,13 @@
#if 0
static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: log.c,v 1.22 2015/06/19 06:02:31 dholland Exp $");
+__RCSID("$NetBSD: log.c,v 1.23 2017/01/10 20:40:53 christos Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>
#include <sys/utsname.h>
+#include <sys/stat.h> /* for umask(2) */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>