diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2019-11-09 06:41:10 +0100 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2019-11-24 19:59:35 +0100 |
commit | 344776d2516bfc52d29f0ce67f0edd2c244bd56a (patch) | |
tree | c29e1e8256960350046d339084ee7c9b2a2817c3 /include | |
parent | 249e00535006b267f36bd01c3cafac85a5fda796 (diff) |
fsm.h: add missing include of logging.h
Change-Id: I783bf0eb40b674fb6a77f7673563fdf156975f5a
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/fsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/fsm.h b/include/osmocom/core/fsm.h index 269befa5..7b262c71 100644 --- a/include/osmocom/core/fsm.h +++ b/include/osmocom/core/fsm.h @@ -10,6 +10,7 @@ #include <osmocom/core/linuxlist.h> #include <osmocom/core/timer.h> #include <osmocom/core/utils.h> +#include <osmocom/core/logging.h> /*! \defgroup fsm Finite State Machine abstraction * @{ |