add missing header

This commit is contained in:
Antony Dovgal 2007-05-10 21:54:08 +00:00
parent 0283cfad77
commit e7e46b2d1c

View file

@ -22,6 +22,7 @@
#include "php_soap.h" #include "php_soap.h"
#include "ext/standard/base64.h" #include "ext/standard/base64.h"
#include "ext/standard/md5.h" #include "ext/standard/md5.h"
#include "ext/standard/php_rand.h"
static char *get_http_header_value(char *headers, char *type); 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); static int get_http_body(php_stream *socketd, int close, char *headers, char **response, int *out_size TSRMLS_DC);