From 2d7c20c8913f2c5639624e7dafe53adff67c8562 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Sep 2005 08:21:28 +0000 Subject: [PATCH] Include here, now that strnumcmp-in.h no longer includes it. --- lib/strnumcmp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/strnumcmp.c b/lib/strnumcmp.c index 902270aec1..45e12f5514 100644 --- a/lib/strnumcmp.c +++ b/lib/strnumcmp.c @@ -18,6 +18,10 @@ /* Written by Paul Eggert. */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include "strnumcmp-in.h" /* Externally-visible name for numcompare. */ -- 2.47.3