1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/sock_dns
Sören Tempel dc1b6d0436 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
e8cbc6da85 (CC: @miri64).
2021-11-30 01:12:40 +01:00
..
dns.c sock_dns: include string.h for strlen(3) function prototype 2021-11-30 01:12:40 +01:00
Makefile sock_dns: move module to directory named like module 2021-07-21 14:58:04 +02:00