webclient: include string.h for strlen

Instead of relying on indirect namespace pollutions.
This commit is contained in:
YAMAMOTO Takashi 2020-05-28 15:31:46 +09:00 committed by Alin Jerpelea
parent 984b80d7cf
commit 415010b7fd

View File

@ -60,6 +60,7 @@
#include <stdbool.h>
#include <unistd.h>
#include <netdb.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <errno.h>