OSDN Git Service

* asprintf.c: Include config.h.
[pf3gnuchains/gcc-fork.git] / libiberty / argv.c
index ad4c9a7..bfa3896 100644 (file)
@@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA.  */
 /*  Create and destroy argument vectors.  An argument vector is simply an
     array of string pointers, terminated by a NULL pointer. */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include "ansidecl.h"
 #include "libiberty.h"