X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibffi.c;h=bb1f34f7cd536ed9d72acb5afce08144191f3569;hp=d802bd1f293ee09aafabb82ff66a4bd4e02abcc0;hb=7a717dad32d06fe5273ad3a9ce755908723f6685;hpb=6bdeeb7b332a272617814a4358d51bb07c872407 diff --git a/src/libffi.c b/src/libffi.c index d802bd1..bb1f34f 100644 --- a/src/libffi.c +++ b/src/libffi.c @@ -1,4 +1,11 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "php.h" + +#ifdef HAVE_LIBFFI + #include "php_psi.h" #include "libffi.h" @@ -257,3 +264,5 @@ PSI_ContextOps *PSI_Libffi(void) { return &ops; } + +#endif /* HAVE_LIBFFI */