diff options
author | damitha | 2011-06-09 16:54:19 +0000 |
---|---|---|
committer | damitha | 2011-06-09 16:54:19 +0000 |
commit | 03206fb654e1290e76dcb61c92f09ee15f007152 (patch) | |
tree | 6ff36affd4075e3b928614f7210e8c520bc28490 /src/core/transport/http | |
parent | a414433d55d6a3d956c0fd1956952247fc11180a (diff) | |
download | axis2c-03206fb654e1290e76dcb61c92f09ee15f007152.tar.gz axis2c-03206fb654e1290e76dcb61c92f09ee15f007152.tar.bz2 |
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1133996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/core/transport/http')
-rw-r--r-- | src/core/transport/http/sender/http_sender.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/transport/http/sender/http_sender.c b/src/core/transport/http/sender/http_sender.c index e7cf495..afcd390 100644 --- a/src/core/transport/http/sender/http_sender.c +++ b/src/core/transport/http/sender/http_sender.c @@ -25,6 +25,7 @@ #include <axis2_ctx.h> #include <axis2_conf_ctx.h> #include <axis2_http_client.h> +#include <axis2_http_header.h> #include <axiom_xml_writer.h> #include <axutil_property.h> #include <axutil_param.h> |