summaryrefslogtreecommitdiff
path: root/src/gsmd/select.c
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-24 13:07:08 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-24 13:07:08 +0000
commit23dfcf4ff925f61bcb2c3bdd712ff0f70bde4fcb (patch)
tree97c62e6b7bc73cd4be3961ed2a253504381841c3 /src/gsmd/select.c
parent3c4d2776058a440bb8d406cd85783898c14b2403 (diff)
- clean up header files (all in include/gmsd now)
- finish vendor plugin support - add call progress indicator and signal quality unsolicited support to vendor_ti.c git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@120 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/select.c')
-rw-r--r--src/gsmd/select.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gsmd/select.c b/src/gsmd/select.c
index fc9647f..159b560 100644
--- a/src/gsmd/select.c
+++ b/src/gsmd/select.c
@@ -19,7 +19,10 @@
#include <fcntl.h>
#include <common/linux_list.h>
-#include "select.h"
+
+#include "gsmd.h"
+
+#include <gsmd/select.h>
static int maxfd = 0;
static LLIST_HEAD(gsmd_fds);
personal git repositories of Harald Welte. Your mileage may vary