mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
13 lines
246 B
Diff
13 lines
246 B
Diff
--- a/includes.h
|
|
+++ b/includes.h
|
|
@@ -60,6 +60,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
|