]> 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 16:03:59 +0000 (11:03 -0500)
commitc580ad48fed7ded8c71088d4318c22afa18ed298
tree484773f7e099bb744a75f778ab9231bd419d3528
parentf32fd478e2fe30b94e7a914334c4bfca415ef957
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