From df85f85eb45a817672d92bdaccd09b9d5c75ce12 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 22 Sep 2013 21:32:41 +0200 Subject: [PATCH] another place where the include was missing --- citadel/event_client.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/citadel/event_client.c b/citadel/event_client.c index 7903563c5..9b5088f4a 100644 --- a/citadel/event_client.c +++ b/citadel/event_client.c @@ -18,6 +18,9 @@ #include #include #include +#if HAVE_BACKTRACE +#include +#endif #include -- 2.30.2