X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fipv4.h;h=7979f7d47b7671f5e1bafc9c9524c45db91bb64b;hp=7f45ad7a6669cb7474359afabeeb016ab6394128;hb=046616019def745aeeba3f553cda503affee1e86;hpb=0a95c77f23352aafb08edd85da1c044c02bcb0b7 diff --git a/src/ipv4.h b/src/ipv4.h index 7f45ad7a..7979f7d4 100644 --- a/src/ipv4.h +++ b/src/ipv4.h @@ -63,7 +63,7 @@ #ifndef HAVE_STRUCT_IP struct ip { -#if BYTE_ORDER == LITTLE_ENDIAN +#if __BYTE_ORDER == __LITTLE_ENDIAN unsigned int ip_hl: 4; unsigned int ip_v: 4; #else