X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibffi.c;h=84f019b7e0720284832252541c3f1333d279bd9b;hp=fe2bc614b2c2bc21617cc0c73dcf4120a3cad445;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/libffi.c b/src/libffi.c index fe2bc61..84f019b 100644 --- a/src/libffi.c +++ b/src/libffi.c @@ -23,7 +23,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -#include "php_psi_stdinc.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# include "php_config.h" +#endif #include "context.h" #include "call.h" #include "php.h" @@ -31,6 +35,7 @@ #ifdef HAVE_LIBFFI #include "libffi_compat.h" +#include "libffi.h" #if HAVE_INT128 static ffi_type *ffi_type_sint128;