]> 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)
committerBen Ford <bford@digium.com>
Thu, 26 Sep 2024 15:38:47 +0000 (10:38 -0500)
commita64357c9acd2b2381ad21201e5f388c188016e11
tree8a8e151177038eecaae44645ddba83fbaa266984
parent4d1ee54cf3927d48805f25fd568b2a05221edf92
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