packages/net/openssh/patches/130-implicit_memset_decl_fix.patch
florian 96d6b9ab19 [package] update openssh to 5.3p1 (#6274)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-05 01:07:01 +00:00

13 lines
246 B
Diff

--- a/includes.h
+++ b/includes.h
@@ -57,6 +57,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