memfiles need swi compat streams.

This commit is contained in:
Vítor Santos Costa 2010-12-07 18:20:45 +00:00
parent c08e99a77c
commit 1bbded5ef7
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
utf8_position_memory_file/3 % +Handle, -Here, -Size
]).
:- expects_dialect(swi).
:- use_module(library(shlib)).
:- use_foreign_library(foreign(memfile)).