X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibjit.h;h=3cd4b2807c673d8d4be28b38fb2a276066510ecf;hp=78012a6082e6eb59c585892258319f5a883e9950;hb=d3171526ab7658114cac4ebe1098af4b038e576e;hpb=4a49fe2f8eb21cdeabb06acec7a0395b6708d911 diff --git a/src/libjit.h b/src/libjit.h index 78012a6..3cd4b28 100644 --- a/src/libjit.h +++ b/src/libjit.h @@ -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