]> granicus.if.org Git - php/commitdiff
add missing header
authorAntony Dovgal <tony2001@php.net>
Thu, 10 May 2007 21:54:08 +0000 (21:54 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 10 May 2007 21:54:08 +0000 (21:54 +0000)
ext/soap/php_http.c

index f2c8fba64d10a399df016eab316fe279c5f79129..24f51c86e8eb11592770dac8cfcdab09a39b23be 100644 (file)
@@ -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);