htparser: Added some missing includes.
[ashd.git] / src / ssl-openssl.c
index fd68402..8fe7b9e 100644 (file)
@@ -18,7 +18,9 @@
 
 #include <fcntl.h>
 #include <unistd.h>
+#include <string.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 
 #ifdef HAVE_CONFIG_H