fixeria submitted this change.
trxcon: add missing #include for enum gsm_phys_chan_config
Change-Id: I850b9a5c34fc39829c464b563f1a78ef4e8a1dd5
---
M src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h b/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
index e336225..4a59d67 100644
--- a/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
+++ b/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
@@ -5,6 +5,8 @@
#include <osmocom/core/timer.h>
#include <osmocom/core/fsm.h>
+#include <osmocom/gsm/gsm_utils.h>
+
#define TRXC_BUF_SIZE 1024
#define TRXD_BUF_SIZE 512
To view, visit change 28661. To unsubscribe, or for help writing mail filters, visit settings.