From 187df0cfdbfad49ba5657ae9a0e38b0c9337efc6 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 14 Mar 2019 14:28:23 +0100 Subject: [PATCH] backtrace: Add missing include This fixes a warning about missing prototype for backtrace() Signed-off-by: Christophe Fergeau Acked-by: Frediano Ziglio --- common/backtrace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/backtrace.c b/common/backtrace.c index c4edde1..ff72d1b 100644 --- a/common/backtrace.c +++ b/common/backtrace.c @@ -25,6 +25,8 @@ #include #endif +#include "backtrace.h" + #include #include #include