I am trying to compile network_io/unix/sa_common.c and running into a 
problem.  The first function that is implemented is 

APR_DECLARE(apr_status_t) apr_sockaddr_port_set(apr_sockaddr_t *sockaddr,  
apr_port_t port)

It's prototype is found in apr_network_io.h but I can't figure out how 
apr_network_io.h gets included in sa_common.c.  It is not included in the .c 
file and the includes that do appear in the file don't include 
apr_network_io.h.  Am I missing something there?

Brad

Reply via email to