Skip to content
Snippets Groups Projects
Unverified Commit 6a81a4d5 authored by Koen Zandberg's avatar Koen Zandberg
Browse files

sock_util: add missing includes

parent d04058b5
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#define NET_SOCK_UTIL_H #define NET_SOCK_UTIL_H
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h>
#include "net/sock/udp.h" #include "net/sock/udp.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.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.
Please register or to comment