K 10 svn:author V 7 glebius K 8 svn:date V 27 2020-01-15T03:40:32.408588Z K 7 svn:log V 202 Since this code dereferences struct ifnet, it must include if_var.h explicitly, not via header pollution. While here move TCPSTATES declaration right above the include that is going to make use of it. END