From e09a10a64b73f68041ba64de52dba9c91d04bca1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 Jun 2000 13:20:20 +0000 Subject: [PATCH] Include if HAVE_CONFIG_H. --- lib/strnlen.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/strnlen.c b/lib/strnlen.c index dd22db92e6..f5681ca383 100644 --- a/lib/strnlen.c +++ b/lib/strnlen.c @@ -17,6 +17,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#if HAVE_CONFIG_H +# include +#endif + #include #ifndef HAVE_DECL_MEMCHR -- 2.30.2