diff --git a/openbsc/include/openbsc/select.h b/openbsc/include/openbsc/select.h index c2af1d787..2d8b3ec07 100644 --- a/openbsc/include/openbsc/select.h +++ b/openbsc/include/openbsc/select.h @@ -1,7 +1,7 @@ #ifndef _BSC_SELECT_H #define _BSC_SELECT_H -#include +#include "linuxlist.h" #define BSC_FD_READ 0x0001 #define BSC_FD_WRITE 0x0002