diff options
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r-- | libiberty/argv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c index ad4c9a7..bfa3896 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -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" |