DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14026>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14026

#include <apr_network_io.h> problem...

           Summary: #include <apr_network_io.h> problem...
           Product: APR
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: APR-util
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


In the file 'apr_uri.h', the following include is performed:

#include <apr_network_io.h>

While this is fine for C development, it hinders C++ development.  A simple
change to:

#include "apr_network_io.h"

fixes this problem.  I've noticed that in most other header files, the local
inclusion method is used.  

I apologize in advance if this is a mistake on my part.  Please get back to me
if I can help, either in explaining or some other fashion.

Thanks a lot - I love Apache 2!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to