From: George Joseph Date: Tue, 17 Sep 2024 16:03:59 +0000 (-0600) Subject: res_stir_shaken: Remove stale include for jansson.h in verification.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33ff71708624e732f2b64b35301c1422a6539bc;p=thirdparty%2Fasterisk.git res_stir_shaken: Remove stale include for jansson.h in verification.c verification.c had an include for jansson.h left over from previous versions of the module. Since res_stir_shaken no longer has a dependency on jansson, the bundled version wasn't added to GCC's include path so if you didn't also have a jansson development package installed, the compile would fail. Removing the stale include was the only thing needed. Resolves: #889 --- diff --git a/res/res_stir_shaken/verification.c b/res/res_stir_shaken/verification.c index 566815660a..6e8366585c 100644 --- a/res/res_stir_shaken/verification.c +++ b/res/res_stir_shaken/verification.c @@ -19,7 +19,6 @@ #include #include -#include #include #include "asterisk.h"