Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/m4/lib Handle nbtools build better.
details: https://anonhg.NetBSD.org/src/rev/c454649dd093
branches: trunk
changeset: 748587:c454649dd093
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 28 12:59:24 2009 +0000
description:
Handle nbtools build better.
diffstat:
usr.bin/m4/lib/ohash_int.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 408a3962004d -r c454649dd093 usr.bin/m4/lib/ohash_int.h
--- a/usr.bin/m4/lib/ohash_int.h Wed Oct 28 11:20:07 2009 +0000
+++ b/usr.bin/m4/lib/ohash_int.h Wed Oct 28 12:59:24 2009 +0000
@@ -1,5 +1,9 @@
/* $OpenBSD: ohash_int.h,v 1.3 2006/01/16 15:52:25 espie Exp $ */
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index