- Removing warnings on various paltforms
- closing bug #5281
Daniel
diff --git a/nanohttp.c b/nanohttp.c
index f3e4827..b8cb24e 100644
--- a/nanohttp.c
+++ b/nanohttp.c
@@ -55,6 +55,9 @@
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
 
 #include "xmlmemory.h"
 #include "nanohttp.h"