diff options
author | Harald Welte <laforge@gnumonks.org> | 2013-07-06 23:49:41 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-07-06 23:50:36 +0200 |
commit | b8add369e38b18f2bb25e7582a6c7e703c0b6407 (patch) | |
tree | b23a21da8d6238d3ef0b671800003060ebb2b6dd /include | |
parent | 1342bed6f961ad6dafb5db7cfb0459278506b08a (diff) |
utils.h: we need to include utils.h for osmo_generate_backtrace()
this causes compiler warnings in user code ever since commit
55cf02221f0654a3f48888f3b13766b671a120f0
Diffstat (limited to 'include')
-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 * @{ */ |