epoc32/include/stdapis/netinet/in.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/stdapis/netinet/in.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/netinet/in.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4  
     1.5  #include <sys/cdefs.h>
     1.6  #include <sys/_types.h>
     1.7 -#include <machine/endian.h>
     1.8 +#include <stdapis/machine/endian.h>
     1.9  
    1.10  /* Protocols common to RFC 1700, POSIX, and X/Open. */
    1.11  #ifdef __SYMBIAN32__
    1.12 @@ -668,7 +668,7 @@
    1.13  /* INET6 stuff */
    1.14  #if __POSIX_VISIBLE >= 200112
    1.15  #define	__KAME_NETINET_IN_H_INCLUDED_
    1.16 -#include <netinet6/in6.h>
    1.17 +#include <stdapis/netinet6/in6.h>
    1.18  #undef __KAME_NETINET_IN_H_INCLUDED_
    1.19  #endif
    1.20