X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fdecl.c;fp=src%2Ftypes%2Fdecl.c;h=94f43368c978c306f04f7f6c0456550330e5e2bc;hp=42eeb43928abe3a964d39f028457673a0a9e981c;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/types/decl.c b/src/types/decl.c index 42eeb43..94f4336 100644 --- a/src/types/decl.c +++ b/src/types/decl.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 "php_psi.h" #include @@ -34,7 +38,7 @@ #include "data.h" #define PSI_FUNC_REDIRS -#include "php_psi_posix.h" +#include "php_psi_predef.h" struct psi_decl *psi_decl_init(struct psi_decl_arg *func, struct psi_plist *args) {