* lib/xvasprintf.c (includes): Assume config.h.
authorEric Blake <ebb9@byu.net>
Tue, 17 Oct 2006 12:16:04 +0000 (12:16 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 17 Oct 2006 12:16:04 +0000 (12:16 +0000)
* lib/xasprintf.c (includes): Likewise.

ChangeLog
lib/xasprintf.c
lib/xvasprintf.c

index 9a5beab..c7b6e8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-17  Eric Blake  <ebb9@byu.net>
+
+       * lib/xvasprintf.c (includes): Assume config.h.
+       * lib/xasprintf.c (includes): Likewise.
+
 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
index 5a96cac..cf1b8a5 100644 (file)
@@ -1,5 +1,5 @@
 /* vasprintf and asprintf with out-of-memory checking.
-   Copyright (C) 1999, 2002-2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002-2004, 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 "xvasprintf.h"
index d68a50d..30cea93 100644 (file)
@@ -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 "xvasprintf.h"