]> 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:40 +0000 (01:32 +0000)
commit43d157a5ef05909e45a5e47377b01c06ca246cbd
treee6dd254bb6068608090296e21a3f54f67d7d7ea5
parent195eda9d398b463e4aae7e70fc8ba87d057ae781
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