diff options
Diffstat (limited to 'libiberty/spaces.c')
-rw-r--r-- | libiberty/spaces.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/spaces.c b/libiberty/spaces.c index 6df0b13..8666abe 100644 --- a/libiberty/spaces.c +++ b/libiberty/spaces.c @@ -29,6 +29,9 @@ valid until at least the next call. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "ansidecl.h" #include "libiberty.h" |