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