Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Include nbtool_config.h as we need to be par...
details: https://anonhg.NetBSD.org/src/rev/2a2fe1f3888c
branches: trunk
changeset: 751446:2a2fe1f3888c
user: roy <roy%NetBSD.org@localhost>
date: Thu Feb 04 10:27:08 2010 +0000
description:
Include nbtool_config.h as we need to be part of the terminfo toolchain.
diffstat:
lib/libc/stdlib/mi_vector_hash.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r ad050c968a87 -r 2a2fe1f3888c lib/libc/stdlib/mi_vector_hash.c
--- a/lib/libc/stdlib/mi_vector_hash.c Thu Feb 04 10:20:54 2010 +0000
+++ b/lib/libc/stdlib/mi_vector_hash.c Thu Feb 04 10:27:08 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mi_vector_hash.c,v 1.1 2009/07/20 17:03:37 joerg Exp $ */
+/* $NetBSD: mi_vector_hash.c,v 1.2 2010/02/04 10:27:08 roy Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -38,8 +38,12 @@
* if the key is aligned correctly.
*/
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
#include <sys/cdefs.h>
-__RCSID("$NetBSD: mi_vector_hash.c,v 1.1 2009/07/20 17:03:37 joerg Exp $");
+__RCSID("$NetBSD: mi_vector_hash.c,v 1.2 2010/02/04 10:27:08 roy Exp $");
#include <sys/endian.h>
#include <stdint.h>
Home |
Main Index |
Thread Index |
Old Index