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 dd22db9..f5681ca 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