From: Jim Meyering Date: Sun, 4 Jun 2000 13:20:20 +0000 (+0000) Subject: Include if HAVE_CONFIG_H. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09a10a64b73f68041ba64de52dba9c91d04bca1;p=pspp Include if HAVE_CONFIG_H. --- 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