net: include: Add missing brace to socket_select.h
Starting brace was missing in the socket_select.h file so adding
it back
#ifdef __cplusplus
extern "C" {
#endif
Fixes #31444
Signed-off-by:
Pablo Garrido <pablogs9@gmail.com>
Loading
Please sign in to comment