changeset 2574:2a6629304e92

Include <config.h> if HAVE_CONFIG_H.
author Jim Meyering <jim@meyering.net>
date Sun, 04 Jun 2000 13:20:20 +0000
parents 189381bf2e09
children af378ec88006
files lib/strnlen.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <config.h>
+#endif
+
 #include <string.h>
 
 #ifndef HAVE_DECL_MEMCHR