diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-14 03:20:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-14 03:20:38 +0000 |
commit | 85bb9aba83fee28b5437fe459f4473a1aaaf29f3 (patch) | |
tree | 0c69a3415e57180f8a1169b307e500e2f86a92cf | |
parent | 3e8068282b31fd470a1727171452ce5883e8f81f (diff) | |
download | coreutils-85bb9aba83fee28b5437fe459f4473a1aaaf29f3.tar.xz |
[HAVE_CONFIG_H]: Include config.h.
-rw-r--r-- | lib/strverscmp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strverscmp.c b/lib/strverscmp.c index bc5ba1f9d..b3926f25e 100644 --- a/lib/strverscmp.c +++ b/lib/strverscmp.c @@ -18,6 +18,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include <string.h> #include <ctype.h> |