X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcpp_tokiter.c;h=c09c6703a259ff1cbaa5b176e84893f91c566e20;hp=4f9eee38704ffd0d74c794242467e54ae03be330;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/cpp_tokiter.c b/src/cpp_tokiter.c index 4f9eee3..c09c670 100644 --- a/src/cpp_tokiter.c +++ b/src/cpp_tokiter.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 "cpp.h" #include "parser.h"