mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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
(cherry picked from commit 57e9d35605
)
This commit is contained in:
committed by
Asterisk Development Team
parent
a1de7aba2e
commit
c2145f1531
@@ -19,7 +19,6 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <jwt.h>
|
||||
#include <jansson.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include "asterisk.h"
|
||||
|
Reference in New Issue
Block a user