aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-05 08:41:52 +0800
committerHarald Welte <laforge@gnumonks.org>2017-10-05 08:41:52 +0800
commitc98bf1b880ec10924cd12477bf46ef5d0f959257 (patch)
treef75dfe52b5449faef4a74a22320713b9a9182f43
parent59941982083f7f0d6ab11f7bbb42c297a3fb8d69 (diff)
rs232.c: Don't #include <osmocom/abis/e1_input.h>
There's no need for the rs232 code to include a files from libosmoabis. The only users of libosmoabis left now are the LAPD examples: examples/lapd-over-datagram-network.c examples/lapd-over-datagram-user.c Change-Id: Ie1bc0dd811362cec546486edc41d632740ed19cd
-rw-r--r--src/rs232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rs232.c b/src/rs232.c
index 49520d8..df73452 100644
--- a/src/rs232.c
+++ b/src/rs232.c
@@ -35,7 +35,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/core/logging.h>
#include <osmocom/core/talloc.h>
-#include <osmocom/abis/e1_input.h>
+#include <osmocom/core/timer.h>
struct osmo_rs232 {
struct osmo_fd ofd;