Commit c06ef788 c06ef788a9d3fac825e5f0c643863d20f80d9ef2 by Sam Roberts

including strings.h as well

1 parent 8dedad8b
......@@ -23,6 +23,10 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include <registrar0.h>
#include <url0.h>
......