aboutsummaryrefslogtreecommitdiff
path: root/c/pl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/pl.cpp')
-rw-r--r--c/pl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/pl.cpp b/c/pl.cpp
index 1fbc4e7..ace83e7 100644
--- a/c/pl.cpp
+++ b/c/pl.cpp
@@ -1,5 +1,6 @@
#include <SWI-Prolog.h>
-#include "defs.h"
+
+#include "pl.h"
Query::Query(module_t ctx, predicate_t p, term_t t0)
{