From fba495e5f6084800c076e0ecae990ed9e6483530 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 23 Mar 2011 18:08:08 +0100 Subject: This patch moves the GSM-specific functions to the new library libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso --- src/panic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/panic.c') diff --git a/src/panic.c b/src/panic.c index 5fb7b565..21e8fd56 100644 --- a/src/panic.c +++ b/src/panic.c @@ -22,6 +22,7 @@ #include #include +#include #include "../config.h" -- cgit v1.2.3