Skip to content
Snippets Groups Projects
Commit 84758442 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

sys/net/uhcpc: add missing stdio.h include

parent 9e010a19
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
#include <arpa/inet.h> #include <arpa/inet.h>
#include <stdio.h>
#include "net/af.h" #include "net/af.h"
#include "net/sock/udp.h" #include "net/sock/udp.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment