Skip to content

Commit

Permalink
Tue Apr 24 17:45:58 PDT 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Apr 25, 2018
1 parent 4b41636 commit 2202941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions prolog/wam_cl/header.pl
Expand Up @@ -44,6 +44,8 @@
:- use_module(library(logicmoo_util_terms)).
:- use_module(library(logicmoo_util_common)).
:- use_module(library(logicmoo_util_startup)).
:- use_module(library(listing_vars)).

:- user:use_module(library(each_call_cleanup)).
:- use_module(library(with_thread_local)).
:- user:use_module(library(globals_api)).
Expand Down
2 changes: 1 addition & 1 deletion prolog/wam_cl/sreader.pl
Expand Up @@ -24,7 +24,7 @@
:- use_module(library(filestreams)).
:- use_module(library(bugger)).

:- if(exists_file(header)).
:- if(exists_file('./header')).
:- include('./header').
:- endif.

Expand Down

0 comments on commit 2202941

Please sign in to comment.