diff options
author | Piotr Krysik <ptrkrysik@gmail.com> | 2017-11-07 19:33:22 +0100 |
---|---|---|
committer | Piotr Krysik <ptrkrysik@gmail.com> | 2017-11-07 19:33:22 +0100 |
commit | d7efc05b7981aa2196a9b8d62ffdae53b5db1069 (patch) | |
tree | 04639f99f5a02bfbdcb5e279c7f651c3d27bf107 /lib/decoding | |
parent | acc365f2f19e2fc6fcc6a76cd4ea69bfd14120ab (diff) |
Moved gsm_constants file to include directory
Diffstat (limited to 'lib/decoding')
-rw-r--r-- | lib/decoding/sch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decoding/sch.c b/lib/decoding/sch.c index 6d2e3eb..7af136c 100644 --- a/lib/decoding/sch.c +++ b/lib/decoding/sch.c @@ -21,7 +21,7 @@ */ #include <string.h> -#include "gsm_constants.h" +#include <grgsm/gsm_constants.h> #include "osmocom/coding/gsm0503_coding.h" #include <osmocom/core/utils.h> |