From 81d380e3779811c85fd7c1493d038e8df4de32e2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Sep 2005 12:42:45 +0000 Subject: [PATCH] Include . Otherwise builds with strict C89 (e.g., Sun's /opt/SUNWspro/bin/c89) would fail due to the use of `inline'. --- lib/strnumcmp-in.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/strnumcmp-in.h b/lib/strnumcmp-in.h index 1950473139..19f3dceaf3 100644 --- a/lib/strnumcmp-in.h +++ b/lib/strnumcmp-in.h @@ -19,6 +19,10 @@ /* Written by Mike Haertel. */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include "strnumcmp.h" #include -- 2.47.3