move nbtool_config.h include to top.

This commit is contained in:
dogcow 2009-01-05 03:10:02 +00:00
parent b5d75fbc4d
commit 441204832d

View File

@ -1,4 +1,4 @@
/* $NetBSD: citrus_bcs_strtoul.c,v 1.1 2009/01/02 00:20:19 tnozaki Exp $ */
/* $NetBSD: citrus_bcs_strtoul.c,v 1.2 2009/01/05 03:10:02 dogcow Exp $ */
/*-
* Copyright (c) 2005 The DragonFly Project. All rights reserved.
@ -27,15 +27,15 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if !defined(lint)
__RCSID("$NetBSD: citrus_bcs_strtoul.c,v 1.1 2009/01/02 00:20:19 tnozaki Exp $");
#endif /* not lint */
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
#include <sys/cdefs.h>
#if !defined(lint)
__RCSID("$NetBSD: citrus_bcs_strtoul.c,v 1.2 2009/01/05 03:10:02 dogcow Exp $");
#endif /* not lint */
#include <assert.h>
#include <errno.h>
#include <limits.h>