webclient: include string.h for strlen
Instead of relying on indirect namespace pollutions.
This commit is contained in:
parent
984b80d7cf
commit
415010b7fd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user