[package] update openssh to 5.3p1 (#6274)
[packages.git] / net / openssh / patches / 130-implicit_memset_decl_fix.patch
1 --- a/includes.h
2 +++ b/includes.h
3 @@ -57,6 +57,9 @@
4  /*
5   *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
6   */
7 +#ifdef HAVE_STRING_H
8 +# include <string.h>
9 +#endif
10  #ifdef HAVE_STRINGS_H
11  # include <strings.h>
12  #endif