Module Name:    src
Committed By:   roy
Date:           Thu Feb  4 10:27:08 UTC 2010

Modified Files:
        src/lib/libc/stdlib: mi_vector_hash.c

Log Message:
Include nbtool_config.h as we need to be part of the terminfo toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/mi_vector_hash.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/mi_vector_hash.c
diff -u src/lib/libc/stdlib/mi_vector_hash.c:1.1 src/lib/libc/stdlib/mi_vector_hash.c:1.2
--- src/lib/libc/stdlib/mi_vector_hash.c:1.1	Mon Jul 20 17:03:37 2009
+++ src/lib/libc/stdlib/mi_vector_hash.c	Thu Feb  4 10:27:08 2010
@@ -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>

Reply via email to