aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/channel/channel_test.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2010-02-20 17:29:27 +0100
committerHarald Welte <laforge@netfilter.org>2010-02-20 17:29:27 +0100
commitf98a4974d764a4b6f8da5a8a5cadacae83eb87b7 (patch)
tree3f9ec8b17bbaaa3429caab7ee504d996373b38a9 /openbsc/tests/channel/channel_test.c
parentdfe6c7d910edbba238751d0cfddbb627bb08ef54 (diff)
finish openbsc / libosmocore separation
* use pkg-config from openbsc to find header and library * move sms and timer tests to libosmocore itself * ensure "make distcheck" works on both packages
Diffstat (limited to 'openbsc/tests/channel/channel_test.c')
-rw-r--r--openbsc/tests/channel/channel_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/channel/channel_test.c b/openbsc/tests/channel/channel_test.c
index 36d057273..759001c57 100644
--- a/openbsc/tests/channel/channel_test.c
+++ b/openbsc/tests/channel/channel_test.c
@@ -23,7 +23,7 @@
#include <assert.h>
-#include <openbsc/select.h>
+#include <osmocore/select.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/abis_rsl.h>