mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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 ine8cbc6da85
(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…
Reference in New Issue
Block a user