summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-08-28 20:46:26 +0000
committerchristos <christos@NetBSD.org>2006-08-28 20:46:26 +0000
commitec0bdc95424ef3ef2e4f47fb63d0ebb806292eaa (patch)
tree6012fad824411071f9814f5a618adc5e5a5bf121 /lib/libutil
parent72c3baadfecca4e8a18bb8f4c5d96630416e0aa2 (diff)
make this compilable as a tool.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/efun.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libutil/efun.c b/lib/libutil/efun.c
index dbd91fa34d1..77f4fd57661 100644
--- a/lib/libutil/efun.c
+++ b/lib/libutil/efun.c
@@ -1,4 +1,4 @@
-/* $NetBSD: efun.c,v 1.2 2006/08/26 23:17:43 christos Exp $ */
+/* $NetBSD: efun.c,v 1.3 2006/08/28 20:46:26 christos Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -36,9 +36,13 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
#include <sys/cdefs.h>
#ifdef __RCSID
-__RCSID("$NetBSD: efun.c,v 1.2 2006/08/26 23:17:43 christos Exp $");
+__RCSID("$NetBSD: efun.c,v 1.3 2006/08/28 20:46:26 christos Exp $");
#endif
#include <err.h>