Commit c06ef788 c06ef788a9d3fac825e5f0c643863d20f80d9ef2 by Sam Roberts

including strings.h as well

1 parent 8dedad8b
...@@ -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
......