diff options
-rw-r--r-- | include/osmocom/core/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h index c8efce29..2333de66 100644 --- a/include/osmocom/core/utils.h +++ b/include/osmocom/core/utils.h @@ -1,6 +1,8 @@ #ifndef OSMOCORE_UTIL_H #define OSMOCORE_UTIL_H +#include <osmocom/core/backtrace.h> + /*! \defgroup utils General-purpose utility functions * @{ */ |