diff --git a/src/lib/http/http_open.pl b/src/lib/http/http_open.pl index bc276e9e..fc6304c7 100644 --- a/src/lib/http/http_open.pl +++ b/src/lib/http/http_open.pl @@ -29,6 +29,7 @@ :- use_module(library(format)). :- use_module(library(charsio)). :- use_module(library(dcgs)). +:- use_module(library(lists), [member/2]). http_open(Address, Stream, Options) :- must_be(list, Options),