aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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)