Needed <stdlib.h> on QNX6.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -34,6 +34,7 @@ | ... | @@ -34,6 +34,7 @@ |
34 | #include <fcntl.h> | 34 | #include <fcntl.h> |
35 | #include <unistd.h> | 35 | #include <unistd.h> |
36 | #include <signal.h> | 36 | #include <signal.h> |
37 | #include <stdlib.h> | ||
37 | #include <time.h> | 38 | #include <time.h> |
38 | #include <string.h> | 39 | #include <string.h> |
39 | #include <ctype.h> | 40 | #include <ctype.h> | ... | ... |
-
Please register or sign in to post a comment