aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-05-06 22:23:06 +0200
committerPiotr Krysik <pkrysik@elka.pw.edu.pl>2018-05-06 22:23:06 +0200
commit2779e620941c99906d558808cd02537e9034b608 (patch)
tree60fdc093f9a1363cd2919e04d6ce34e33a1f5dba /lib
parent69434963d9a8d896103172603671ad9cf7a7bfc0 (diff)
Fix includes after moving trx_burst_if
Diffstat (limited to 'lib')
-rw-r--r--lib/trx/trx_burst_if_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trx/trx_burst_if_impl.h b/lib/trx/trx_burst_if_impl.h
index 35f939c..27ec259 100644
--- a/lib/trx/trx_burst_if_impl.h
+++ b/lib/trx/trx_burst_if_impl.h
@@ -26,7 +26,7 @@
#include <stddef.h>
#include <grgsm/gsmtap.h>
-#include <grgsm/misc_utils/trx_burst_if.h>
+#include <grgsm/trx/trx_burst_if.h>
namespace gr {
namespace gsm {