]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
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:42 +0000 (01:32 +0000)
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

index 566815660aa16bcdd83a7f88cdabaf980fe40ec8..6e8366585c5a3671ee5da0a416d9b3df2da98d4b 100644 (file)
@@ -19,7 +19,6 @@
 #include <sys/stat.h>
 
 #include <jwt.h>
-#include <jansson.h>
 #include <regex.h>
 
 #include "asterisk.h"