From: Antony Dovgal Date: Thu, 10 May 2007 21:54:08 +0000 (+0000) Subject: add missing header X-Git-Tag: RELEASE_1_2_0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7e46b2d1cf632c72b72b78b898151dd5f66014b;p=php add missing header --- diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index f2c8fba64d..24f51c86e8 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -22,6 +22,7 @@ #include "php_soap.h" #include "ext/standard/base64.h" #include "ext/standard/md5.h" +#include "ext/standard/php_rand.h" static char *get_http_header_value(char *headers, char *type); static int get_http_body(php_stream *socketd, int close, char *headers, char **response, int *out_size TSRMLS_DC);