mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #8967 from kaspar030/fix_missing_uhcpc_include
sys/net/uhcpc: add missing stdio.h include
This commit is contained in:
commit
ef0f2ef9ab
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "net/af.h"
|
||||
#include "net/sock/udp.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user