unistd.h needed on QNX6
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment