Module Name: src
Committed By: christos
Date: Wed Oct 28 12:59:24 UTC 2009
Modified Files:
src/usr.bin/m4/lib: ohash_int.h
Log Message:
Handle nbtools build better.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/usr.bin/m4/lib/ohash_int.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/m4/lib/ohash_int.h
diff -u src/usr.bin/m4/lib/ohash_int.h:1.1.1.1 src/usr.bin/m4/lib/ohash_int.h:1.2
--- src/usr.bin/m4/lib/ohash_int.h:1.1.1.1 Mon Oct 26 17:08:59 2009
+++ src/usr.bin/m4/lib/ohash_int.h Wed Oct 28 08:59:24 2009
@@ -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>