X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibjit.h;h=3cd4b2807c673d8d4be28b38fb2a276066510ecf;hp=e5464a6a12d399a16f52b96c831a730996d7942b;hb=7a717dad32d06fe5273ad3a9ce755908723f6685;hpb=6bdeeb7b332a272617814a4358d51bb07c872407;ds=sidebyside diff --git a/src/libjit.h b/src/libjit.h index e5464a6..3cd4b28 100644 --- a/src/libjit.h +++ b/src/libjit.h @@ -3,6 +3,8 @@ #include "context.h" +#ifdef HAVE_LIBJIT PSI_ContextOps *PSI_Libjit(void); +#endif #endif