X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_params.c;h=4b0e3f4b72cd20cc4cb6e4b99c4789becb875849;hp=f7c7b7bb09966895f54bda98e87faa05ced60095;hb=29a54250b58e444974ae19840194e214cab80bd5;hpb=3bfe5564457d45ec6a8e928ec5876b12659fd614 diff --git a/php_http_params.c b/php_http_params.c index f7c7b7b..4b0e3f4 100644 --- a/php_http_params.c +++ b/php_http_params.c @@ -10,10 +10,10 @@ +--------------------------------------------------------------------+ */ -#include "php_http.h" +#include "php_http_api.h" #include -#include +#include static php_http_params_token_t def_param_sep = {",", 1}, *def_param_sep_ptr[] = {&def_param_sep, NULL}; static php_http_params_token_t def_arg_sep = {";", 1}, *def_arg_sep_ptr[] = {&def_arg_sep, NULL};