flush
[m6w6/ext-psi] / src / libjit.h
index 78012a6082e6eb59c585892258319f5a883e9950..3cd4b2807c673d8d4be28b38fb2a276066510ecf 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _PSI_LIBJIT_H
 #define _PSI_LIBJIT_H
 
+#include "context.h"
+
+#ifdef HAVE_LIBJIT
 PSI_ContextOps *PSI_Libjit(void);
+#endif
 
 #endif