[cpp-sp] 38/78: Work around missing #include in xmltooling/io/HTTPRequest.h

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:40:13 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=00cc12c03b35f8f916602c1f4493453108eb121a

commit 00cc12c03b35f8f916602c1f4493453108eb121a
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Wed Jun 25 18:18:33 2008 +0200

    Work around missing #include in xmltooling/io/HTTPRequest.h
    
    This XMLTooling-C bug is already fixed upstream, see
    https://bugs.internet2.edu/jira/browse/CPPXT-12
    In the short term it's quicker to work around it here
    until the new release arrives.
---
 apache/mod_shib_22.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apache/mod_shib_22.cpp b/apache/mod_shib_22.cpp
index 5cab9e4..70c18c7 100644
--- a/apache/mod_shib_22.cpp
+++ b/apache/mod_shib_22.cpp
@@ -61,4 +61,5 @@
 
 #define ap_http_method ap_http_scheme
 
+#include <string.h>
 #include "mod_apache.cpp"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list