blob: 7d46d20d3a060676b47bfe1b41d3ec8b0912fb50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|