From 0dbe619f74ead5a4760679d72d6fb7bcf28b0717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Tue, 3 Aug 2021 12:15:38 -0700 Subject: [PATCH] net/socket_select.h: add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Macros such as __syscall must be defined before use. Signed-off-by: Martí Bolívar --- include/net/socket_select.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net/socket_select.h b/include/net/socket_select.h index 5c3e14f23be..70a621bf780 100644 --- a/include/net/socket_select.h +++ b/include/net/socket_select.h @@ -14,6 +14,7 @@ * @{ */ +#include #include #ifdef __cplusplus