1
0
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:
Koen Zandberg 2018-04-16 23:43:14 +02:00 committed by GitHub
commit ef0f2ef9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
*/
#include <arpa/inet.h>
#include <stdio.h>
#include "net/af.h"
#include "net/sock/udp.h"