summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2013-09-18 23:18:14 +0000
committeruwe <uwe@NetBSD.org>2013-09-18 23:18:14 +0000
commit6a189181c2d33abc8821585476aa075b2bf0ed03 (patch)
tree4fabbd1176301a2c4ec1d64ef4a0cfcd29fd5649 /fortune
parentd4cf33d69956e2422feab8c15e78d06c35f58059 (diff)
downloadbsdgames-darwin-6a189181c2d33abc8821585476aa075b2bf0ed03.tar.gz
bsdgames-darwin-6a189181c2d33abc8821585476aa075b2bf0ed03.tar.zst
bsdgames-darwin-6a189181c2d33abc8821585476aa075b2bf0ed03.zip
#include "nbtool_config.h" to pull in getprogname() declaration.
Diffstat (limited to 'fortune')
-rw-r--r--fortune/strfile/strfile.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c
index bc6a6b7a..5819978e 100644
--- a/fortune/strfile/strfile.c
+++ b/fortune/strfile/strfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strfile.c,v 1.35 2012/10/13 20:42:56 dholland Exp $ */
+/* $NetBSD: strfile.c,v 1.36 2013/09/18 23:18:14 uwe Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -32,6 +32,10 @@
* SUCH DAMAGE.
*/
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
#ifdef __NetBSD__
#include <sys/cdefs.h>
#ifndef lint
@@ -43,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\
#if 0
static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: strfile.c,v 1.35 2012/10/13 20:42:56 dholland Exp $");
+__RCSID("$NetBSD: strfile.c,v 1.36 2013/09/18 23:18:14 uwe Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */