Include <config.h> if HAVE_CONFIG_H.
authorJim Meyering <jim@meyering.net>
Sun, 4 Jun 2000 13:20:20 +0000 (13:20 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jun 2000 13:20:20 +0000 (13:20 +0000)
lib/strnlen.c

index dd22db92e6c14fb2ff4e3aa2d73cc9b056c72570..f5681ca383919053795d35fc4dba5f96388b8121 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <string.h>
 
 #ifndef HAVE_DECL_MEMCHR