summaryrefslogtreecommitdiff
path: root/lib/asnprintf.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-09-14 14:18:36 +0000
committerBruno Haible <bruno@clisp.org>2006-09-14 14:18:36 +0000
commit99099106c3c1cb16ed1e91be970332fe225e278b (patch)
tree3c0d750a040bac6b540cd12291633e3dc2e7b929 /lib/asnprintf.c
parentf180e0b390dc841e70e5b79fde97ae93a9b35607 (diff)
downloadgnulib-99099106c3c1cb16ed1e91be970332fe225e278b.tar.gz
Include <config.h> unconditionally.
Diffstat (limited to 'lib/asnprintf.c')
-rw-r--r--lib/asnprintf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/asnprintf.c b/lib/asnprintf.c
index 1b7f4ba396..26c3988b01 100644
--- a/lib/asnprintf.c
+++ b/lib/asnprintf.c
@@ -1,5 +1,5 @@
/* Formatted output to strings.
- Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -15,9 +15,7 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
/* Specification. */
#include "vasnprintf.h"