Skip to content
Snippets Groups Projects
Unverified Commit ef0f2ef9 authored by Koen Zandberg's avatar Koen Zandberg Committed by GitHub
Browse files

Merge pull request #8967 from kaspar030/fix_missing_uhcpc_include

sys/net/uhcpc: add missing stdio.h include
parents 9e010a19 84758442
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
*/
#include <arpa/inet.h>
#include <stdio.h>
#include "net/af.h"
#include "net/sock/udp.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment