summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/jit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/jit.c')
-rw-r--r--src/runtime/c/pgf/jit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/jit.c b/src/runtime/c/pgf/jit.c
index 2e0145a24..77ff24e99 100644
--- a/src/runtime/c/pgf/jit.c
+++ b/src/runtime/c/pgf/jit.c
@@ -4,7 +4,10 @@
#include <pgf/data.h>
#include <pgf/reasoner.h>
#include <pgf/reader.h>
+
+#if !defined(LIGHTNING_AARCH64)
#include "lightning.h"
+#endif
//#define PGF_JIT_DEBUG