diff options
Diffstat (limited to 'lib/strnumcmp.c')
-rw-r--r-- | lib/strnumcmp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strnumcmp.c b/lib/strnumcmp.c index 902270aec..45e12f551 100644 --- a/lib/strnumcmp.c +++ b/lib/strnumcmp.c @@ -18,6 +18,10 @@ /* Written by Paul Eggert. */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include "strnumcmp-in.h" /* Externally-visible name for numcompare. */ |