From d447dba13d6f66c047c9d5b9e11a355b20c53007 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Sep 2005 13:26:41 +0000 Subject: Include here, not from strnumcmp-in.h. --- lib/strintcmp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/strintcmp.c b/lib/strintcmp.c index 9f085d539..2052babe5 100644 --- a/lib/strintcmp.c +++ b/lib/strintcmp.c @@ -18,6 +18,10 @@ /* Written by Paul Eggert. */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include "strnumcmp-in.h" /* Compare strings A and B as integers without explicitly converting -- cgit v1.2.3-54-g00ecf