From 344776d2516bfc52d29f0ce67f0edd2c244bd56a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 9 Nov 2019 06:41:10 +0100 Subject: [PATCH] fsm.h: add missing include of logging.h Change-Id: I783bf0eb40b674fb6a77f7673563fdf156975f5a --- include/osmocom/core/fsm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/core/fsm.h b/include/osmocom/core/fsm.h index 269befa5a..7b262c71a 100644 --- a/include/osmocom/core/fsm.h +++ b/include/osmocom/core/fsm.h @@ -10,6 +10,7 @@ #include #include #include +#include /*! \defgroup fsm Finite State Machine abstraction * @{