select.c: Add missing #include lines for string.d and sys/select.h

This is needed on Nuttx.
This commit is contained in:
Harald Welte 2014-03-10 17:28:33 +01:00
parent 036ce1f3c7
commit 13ed7b477c
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sys/select.h>
#include <osmocom/core/select.h>
#include <osmocom/core/linuxlist.h>