From: Wilfried Goesgens Date: Sun, 22 Sep 2013 19:32:41 +0000 (+0200) Subject: another place where the include was missing X-Git-Tag: v9.01~245 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=df85f85eb45a817672d92bdaccd09b9d5c75ce12 another place where the include was missing --- 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