]> Repositorios git - scryer-prolog.git/commitdiff
import member/2 from library(lists)
authorMarkus Triska <[email protected]>
Sat, 20 Jun 2020 17:07:43 +0000 (19:07 +0200)
committerMarkus Triska <[email protected]>
Sat, 20 Jun 2020 17:07:43 +0000 (19:07 +0200)
This is needed when processing redirects.

src/lib/http/http_open.pl

index bc276e9ed7415cd1a52406ff898023be76df0c04..fc6304c79734815248dfbfc6f0dd26d4b13fc96c 100644 (file)
@@ -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),