summaryrefslogtreecommitdiffstats
path: root/src/input/dahdi.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-02 19:01:58 +0200
committerPablo Neira Ayuso2011-07-05 18:27:33 +0200
commita20762ab7241cdafb0f568f8832d6ef34988ec1c (patch)
treed675155fa03ca6a05d3b9070b1e7f0f499cbf767 /src/input/dahdi.c
parentlogging: use new harald's logging infrastructure in libosmocore (diff)
downloadlibosmo-abis-a20762ab7241cdafb0f568f8832d6ef34988ec1c.tar.gz
libosmo-abis-a20762ab7241cdafb0f568f8832d6ef34988ec1c.tar.xz
libosmo-abis-a20762ab7241cdafb0f568f8832d6ef34988ec1c.zip
src: use signal infrastructure that will be available in libosmocore
This is still not in mainline yet, it's in a separate patch that I expect to send to Harald soon.
Diffstat (limited to 'src/input/dahdi.c')
-rw-r--r--src/input/dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/dahdi.c b/src/input/dahdi.c
index 5a452a4..3d33749 100644
--- a/src/input/dahdi.c
+++ b/src/input/dahdi.c
@@ -37,9 +37,9 @@
#include <osmocom/core/select.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/logging.h>
+#include <osmocom/core/signal.h>
#include <osmocom/abis/subchan_demux.h>
#include <osmocom/abis/e1_input.h>
-#include <osmocom/abis/signal.h>
#include <talloc.h>
#include <osmocom/abis/lapd.h>