packages/net/openssh/patches/130-implicit_memset_decl_fix.patch
nico b8e63fb44a [packages] openssh: update to v5.2p1 (partially closes: #4780, thanks to puchu)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15462 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 23:36:04 +00:00

13 lines
246 B
Diff

--- a/includes.h
+++ b/includes.h
@@ -56,6 +56,9 @@
/*
*-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
*/
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif