summaryrefslogtreecommitdiff
path: root/src/gsmd/select.c
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-04-29 16:26:26 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-04-29 16:26:26 +0000
commita9ecb7221542a299f4659d0c8d57d03a26523e0b (patch)
tree1380475e0767d3cc3db175d885a34dad7cafe758 /src/gsmd/select.c
parenta4b4951f076bd3a8e5cab2ee0b36b7c23dc93fd3 (diff)
* compile fix (include sys/select.h) to make it build on *BSD (Holger Freyther)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1870 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/select.c')
-rw-r--r--src/gsmd/select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsmd/select.c b/src/gsmd/select.c
index 9cd211e..dc9eaf3 100644
--- a/src/gsmd/select.c
+++ b/src/gsmd/select.c
@@ -20,6 +20,7 @@
*/
#include <fcntl.h>
+#include <sys/select.h>
#include <common/linux_list.h>
#include "gsmd.h"
personal git repositories of Harald Welte. Your mileage may vary