package: haproxy remove unnecessary patch
[packages.git] / net / openssh / patches / 130-implicit_memset_decl_fix.patch
1 --- a/includes.h
2 +++ b/includes.h
3 @@ -59,6 +59,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