Skip to content

Commit

Permalink
include json.h from package include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Oct 14, 2024
1 parent e35caa6 commit 1a64e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/oidc.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <oidc.h>
#include <assert.h>
#include <json.h>
#include <json-c/json.h>
#include <sodium.h>
#include <ctype.h>
#ifndef _WIN32
Expand Down

0 comments on commit 1a64e96

Please sign in to comment.