# HG changeset patch # User Jim Meyering # Date 960124820 0 # Node ID 2a6629304e92fb26e70e30b48cfaa4b5746ecfb2 # Parent 189381bf2e095ea984c8f7a31768633c877f0cbc Include if HAVE_CONFIG_H. diff --git a/lib/strnlen.c b/lib/strnlen.c --- 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