From e7e46b2d1cf632c72b72b78b898151dd5f66014b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 10 May 2007 21:54:08 +0000 Subject: [PATCH] add missing header --- ext/soap/php_http.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1