Fix FreeBSD build with --strict-warnings
[openssl.git] / apps / lib / http_server.c
index 6db11f4150f9d2975bff684c49964135966dd94a..2b5c9f5dcd46da3fe0629e4c86e5d56102ff9fce 100644 (file)
@@ -17,6 +17,7 @@
 # define _POSIX_C_SOURCE 2
 #endif
 
+#include <string.h>
 #include <ctype.h>
 #include "http_server.h"
 #include "internal/sockets.h"