aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-02-27 08:44:56 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2018-02-27 14:45:14 +0100
commit15219abe00444ebb34529b53d51eaa8f26efe85e (patch)
tree544617b570a5aaf477e1bf9338e377058e5a3ef3 /lib
parent3b11689d220cb384c182a9779698669c4eb7ead5 (diff)
sch.c: Changed include from local to global
Diffstat (limited to 'lib')
-rw-r--r--lib/decoding/sch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decoding/sch.c b/lib/decoding/sch.c
index 6d2e3eb..21ded53 100644
--- a/lib/decoding/sch.c
+++ b/lib/decoding/sch.c
@@ -23,7 +23,7 @@
#include <string.h>
#include "gsm_constants.h"
-#include "osmocom/coding/gsm0503_coding.h"
+#include <osmocom/coding/gsm0503_coding.h>
#include <osmocom/core/utils.h>
static int ubits2sbits(ubit_t *ubits, sbit_t *sbits, int count)