net/socket_select.h: add missing include

Macros such as __syscall must be defined before use.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-08-03 12:15:38 -07:00 committed by Carles Cufí
commit 0dbe619f74

View file

@ -14,6 +14,7 @@
* @{
*/
#include <toolchain.h>
#include <net/socket_types.h>
#ifdef __cplusplus