diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-27 08:21:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-27 08:21:28 +0000 |
commit | 2d7c20c8913f2c5639624e7dafe53adff67c8562 (patch) | |
tree | 5d45725b8040dc224049a5e40991c07b89a51939 /lib | |
parent | e247f4874cada0df53128e0416e75fbb9bc1bcc4 (diff) | |
download | coreutils-2d7c20c8913f2c5639624e7dafe53adff67c8562.tar.xz |
Include <config.h> here, now that strnumcmp-in.h no longer includes it.
Diffstat (limited to 'lib')
-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. */ |