From: Harlan Stenn Date: Fri, 26 Oct 2007 04:30:22 +0000 (-0400) Subject: [Bug 752] QoS: On some systems, netinet/ip.h needs netinet/ip_systm.h X-Git-Tag: NTP_4_2_5P90~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9085722e37c2d0ae1041f6ca549d38d9827ae4;p=thirdparty%2Fntp.git [Bug 752] QoS: On some systems, netinet/ip.h needs netinet/ip_systm.h bk: 47216d5ebbawQN4fwn8J8KNKBO6Cog --- diff --git a/ChangeLog b/ChangeLog index 147fd7873..e200f0897 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 752] QoS: On some systems, netinet/ip.h needs netinet/ip_systm.h. * [Bug 752] Update the QoS tagging (code only - configuration to follow). * Orphan mode and other protocol cleanup from Dave Mills. * Documentation cleanup from Dave Mills. diff --git a/include/ntp_io.h b/include/ntp_io.h index 39ae14665..297adae29 100644 --- a/include/ntp_io.h +++ b/include/ntp_io.h @@ -35,6 +35,9 @@ #if HAVE_NETINET_IN_H && HAVE_NETINET_IP_H #include +# if HAVE_NETINET_IN_SYSTM_H +# include +# endif #include #endif