summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-26 06:55:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-26 06:55:57 +0000
commit8f8f1d01884eadb85326f2bacbb80944aa01f871 (patch)
tree385297b3971c6d9e1c79ff0a4a51975b063a7f43 /lib/vasnprintf.c
parent967e0c11eaecf01a8596b8b48e8ef8edc85318fd (diff)
downloadcoreutils-8f8f1d01884eadb85326f2bacbb80944aa01f871.tar.xz
Include <config.h> unconditionally, since we now assume config.h exists.
Diffstat (limited to 'lib/vasnprintf.c')
-rw-r--r--lib/vasnprintf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c
index 6a6354370..78ead8e3c 100644
--- a/lib/vasnprintf.c
+++ b/lib/vasnprintf.c
@@ -22,9 +22,8 @@
# define _GNU_SOURCE 1
#endif
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
+
#ifndef IN_LIBINTL
# include <alloca.h>
#endif