summaryrefslogtreecommitdiffstats
path: root/src/gsm/rxlev_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/rxlev_stat.c')
-rw-r--r--src/gsm/rxlev_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsm/rxlev_stat.c b/src/gsm/rxlev_stat.c
index b474aaa8..626aaffb 100644
--- a/src/gsm/rxlev_stat.c
+++ b/src/gsm/rxlev_stat.c
@@ -27,8 +27,8 @@
#include <errno.h>
#include <stdint.h>
-#include <osmocore/bitvec.h>
-#include <osmocore/rxlev_stat.h>
+#include <osmocom/core/bitvec.h>
+#include <osmocom/gsm/rxlev_stat.h>
int bitvec_find_bit_pos(const struct bitvec *bv, unsigned int n, enum bit_value val)
{