mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
sock_dns: include string.h for strlen(3) function prototype
Needed by the following code in `dns.c`:
e8cbc6da85/sys/net/application_layer/sock_dns/dns.c (L39-L41)
The include was probably wrongfully removed by accident in
e8cbc6da85c2f5c39f2f970e058ff7747bcd2ad2 (CC: @miri64).
This commit is contained in:
parent
44ebc38cac
commit
dc1b6d0436
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "net/dns.h"
|
||||
#include "net/dns/msg.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user