projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e95edf
)
Include <config.h> if HAVE_CONFIG_H.
author
Jim Meyering
<jim@meyering.net>
Sun, 4 Jun 2000 13:20:20 +0000
(13:20 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 4 Jun 2000 13:20:20 +0000
(13:20 +0000)
lib/strnlen.c
patch
|
blob
|
history
diff --git
a/lib/strnlen.c
b/lib/strnlen.c
index dd22db92e6c14fb2ff4e3aa2d73cc9b056c72570..f5681ca383919053795d35fc4dba5f96388b8121 100644
(file)
--- 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