randyk 2004/06/27 15:13:02
Modified: glue/perl/xsbuilder/Apache/Upload Apache__Upload.h
Log:
include modperl_perl_unembed.h to avoid namespace collisions from XSUB.h.
Revision Changes Path
1.6 +3 -0
httpd-apreq-2/glue/perl/xsbuilder/Apache/Upload/Apache__Upload.h
Index: Apache__Upload.h
===================================================================
RCS file:
/home/cvs/httpd-apreq-2/glue/perl/xsbuilder/Apache/Upload/Apache__Upload.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Apache__Upload.h 27 Jun 2004 18:07:35 -0000 1.5
+++ Apache__Upload.h 27 Jun 2004 22:13:02 -0000 1.6
@@ -15,6 +15,9 @@
*/
#include "apr_optional.h"
+/* avoid namespace collisions from perl's XSUB.h */
+#include "modperl_perl_unembed.h"
+
/* Temporary work-around for missing apr_perlio.h file.
* #include "apr_perlio.h"
*/