1 Add missing <sys/select.h> include
3 This header is needed when types like fd_set are used. This fixes a
4 build issue occuring on the musl C library.
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7 [Thomas: better commit log.]
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 Index: b/mpcenc/mpcenc.h
11 ===================================================================
15 //// portable system includes //////////////////////////////////////
18 +#include <sys/select.h>
20 //// system dependent system includes //////////////////////////////
21 // low level I/O, where are prototypes and constants?