Added <strings.h> for systems that have it.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -31,6 +31,9 @@ | ... | @@ -31,6 +31,9 @@ |
31 | #include <stdlib.h> | 31 | #include <stdlib.h> |
32 | #include <unistd.h> | 32 | #include <unistd.h> |
33 | #include <string.h> | 33 | #include <string.h> |
34 | #ifdef HAVE_STRINGS_H | ||
35 | # include <strings.h> | ||
36 | #endif | ||
34 | #include <sys/wait.h> | 37 | #include <sys/wait.h> |
35 | #include <sys/types.h> | 38 | #include <sys/types.h> |
36 | #ifdef HAVE_STDARG_H | 39 | #ifdef HAVE_STDARG_H | ... | ... |
-
Please register or sign in to post a comment