mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openssh: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--- a/includes.h
|
||||
+++ b/includes.h
|
||||
@@ -59,6 +59,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
|
||||
Reference in New Issue
Block a user