Skip to content

Commit 89fbd5e

Browse files
committed
jwt_io: use foreign for foreign library loading
1 parent 4a13d0a commit 89fbd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prolog/jwt_io.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
@license BSD
6868
*/
6969

70-
:- use_foreign_library(jwt_io).
70+
:- use_foreign_library(foreign(jwt_io)).
7171

7272
:- use_module(library(http/json)).
7373
:- use_module(library(settings)).

0 commit comments

Comments
 (0)