including strings.h as well
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -23,6 +23,10 @@ | ... | @@ -23,6 +23,10 @@ |
23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
24 | #include <string.h> | 24 | #include <string.h> |
25 | 25 | ||
26 | #ifdef HAVE_STRINGS_H | ||
27 | # include <strings.h> | ||
28 | #endif | ||
29 | |||
26 | #include <registrar0.h> | 30 | #include <registrar0.h> |
27 | #include <url0.h> | 31 | #include <url0.h> |
28 | 32 | ... | ... |
-
Please register or sign in to post a comment