Commit 7557c0b1 7557c0b10078fd2bc5dae713c31735c4a430c698 by Sam Roberts

unistd.h needed on QNX6

1 parent 4d936448
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
25 #include <sys/types.h> 25 #include <sys/types.h>
26 #include <sys/stat.h> 26 #include <sys/stat.h>
27 #include <time.h> 27 #include <time.h>
28 #include <unistd.h>
28 #include <string.h> 29 #include <string.h>
29 #include <ctype.h> 30 #include <ctype.h>
30 #include <pwd.h> 31 #include <pwd.h>
......