just predefine stdc inttypes
[m6w6/ext-psi] / src / module.c
index 3cd45f9efde40ecf0433c20589274501af71dfea..0c8b3b3315bb0f38b358383fc4ddcc615465d7ef 100644 (file)
@@ -317,6 +317,8 @@ static PHP_GINIT_FUNCTION(psi)
        *bl_decls = psi_plist_add(*bl_decls, &tmp)
 
        BL_DECL_ADD("dlsym");
+       BL_DECL_ADD("alloca");
+       BL_DECL_ADD("atexit");
        BL_DECL_ADD("_IO_cookie_init");
 }