summaryrefslogtreecommitdiff
path: root/src/lib/decoder/sch.c
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-13 12:39:25 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-13 12:39:25 +0200
commit8d22cd691b045295fd2de22e37868346ab0b0c45 (patch)
tree925affe91eeddcc73aecffe2ddd009eb4ddaf441 /src/lib/decoder/sch.c
parentf19e4b58d3ae359539b73612bf8509ccc9889ac2 (diff)
cch decoding works now - should be removed in the future, it shouldn't be done in receiver which works in physical layer
Diffstat (limited to 'src/lib/decoder/sch.c')
-rw-r--r--src/lib/decoder/sch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder/sch.c b/src/lib/decoder/sch.c
index e16d14b..6f141dd 100644
--- a/src/lib/decoder/sch.c
+++ b/src/lib/decoder/sch.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include <gsm_constants.h>
+#include "gsm_constants.h"
/*
* Synchronization channel.
personal git repositories of Harald Welte. Your mileage may vary