Ah, thank you very much. The mystery is solved. :) I knew there had to be a simple explanation, I just didn't about it being included by another .c file.
thanks, Brad >>> Ryan Bloom <[EMAIL PROTECTED]> Wednesday, August 08, 2001 4:01:31 PM >>> sa_common.c is never compiled on it's own. That .c file is included in sockaddr.c, which is what includes networkio.h, which in turn includes apr_network_io.h. Ryan On Wednesday 08 August 2001 14:48, Brad Nicholes wrote: > 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 -- _____________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] -----------------------------------------------------------------------------
