From d17ef910f0de6080d7d8a25b4eecdbac77547b09 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 2 Sep 2016 18:59:34 +0200 Subject: [PATCH] fixup! sock: Introduction of new application layer API Include missing header --- sys/include/net/sock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/include/net/sock.h b/sys/include/net/sock.h index 077abf3fc40f..4db055bb44ae 100644 --- a/sys/include/net/sock.h +++ b/sys/include/net/sock.h @@ -86,6 +86,8 @@ #ifndef NET_SOCK_H_ #define NET_SOCK_H_ +#include + #ifdef __cplusplus extern "C" { #endif