From b8add369e38b18f2bb25e7582a6c7e703c0b6407 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 6 Jul 2013 23:49:41 +0200 Subject: utils.h: we need to include utils.h for osmo_generate_backtrace() this causes compiler warnings in user code ever since commit 55cf02221f0654a3f48888f3b13766b671a120f0 --- include/osmocom/core/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/core/utils.h') 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 + /*! \defgroup utils General-purpose utility functions * @{ */ -- cgit v1.2.3