X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibffi.h;h=4b36b30384f4a928f6e0939deba9e34d4918ee3a;hp=e8b0553c1fdc02af0d6c338fcb3cbe4dd58f316b;hb=7a717dad32d06fe5273ad3a9ce755908723f6685;hpb=6bdeeb7b332a272617814a4358d51bb07c872407 diff --git a/src/libffi.h b/src/libffi.h index e8b0553..4b36b30 100644 --- a/src/libffi.h +++ b/src/libffi.h @@ -3,6 +3,8 @@ #include "context.h" +#ifdef HAVE_LIBFFI PSI_ContextOps *PSI_Libffi(void); +#endif #endif