K 10 svn:author V 2 cy K 8 svn:date V 27 2017-02-11T18:10:55.028484Z K 7 svn:log V 276 MFC r311950 (by bz): Get rid of a compiler warning which I saw too often. Include netinet/in.h before ip_compat.t which will then check if IPPROTO_IPIP is defined or not. Doing it the other way round, ip_compat.h would not find it defined and netinet/in.h then redefine it. END