summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-10 21:54:08 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-10 21:54:08 +0000
commite7e46b2d1cf632c72b72b78b898151dd5f66014b (patch)
tree5e8141e042b7bbb87c4524d99d0f0b7e9eb3feea
parent0283cfad77e7f62615c463e5f6dec52a6d75c8cf (diff)
downloadphp-git-e7e46b2d1cf632c72b72b78b898151dd5f66014b.tar.gz
add missing header
-rw-r--r--ext/soap/php_http.c1
1 files changed, 1 insertions, 0 deletions
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);