]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stir_shaken: Remove stale include for jansson.h in verification.c
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 17 Sep 2024 16:03:59 +0000 (10:03 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 18 Sep 2024 01:32:39 +0000 (01:32 +0000)
commit936d2006f26d0909fed14d827341e05afdd3a365
treefd912aac03def6617d616bac6fa75136aa1d58f6
parentf0994e1e62dbba07849e8bbeffa5f27b5493a805
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
res/res_stir_shaken/verification.c