fixeria has uploaded this change for review.

View Change

trxcon: add missing imports to trxcon.h

Change-Id: I0fa507e80a638ca7ed2ff421303e9722b33e20ea
Related: OS#5599
---
M src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h
1 file changed, 5 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/52/30052/1
diff --git a/src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h b/src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h
index 117f3fd..b553fe4 100644
--- a/src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h
+++ b/src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h
@@ -1,5 +1,10 @@
#pragma once

+#include <stdint.h>
+#include <stdbool.h>
+
+#include <osmocom/core/fsm.h>
+
struct l1sched_state;

extern struct osmo_fsm trxcon_fsm_def;

To view, visit change 30052. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I0fa507e80a638ca7ed2ff421303e9722b33e20ea
Gerrit-Change-Number: 30052
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange