From: Harlan Stenn Date: Fri, 26 Oct 2007 21:40:27 +0000 (-0400) Subject: Fix the #include order in tickadj.c for picky machines X-Git-Tag: NTP_4_2_5P91~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035cc2f3d114ed194eff87fef5bfae88a7993612;p=thirdparty%2Fntp.git Fix the #include order in tickadj.c for picky machines bk: 47225ecbnVelfwsqza70ot7E5Blnww --- diff --git a/ChangeLog b/ChangeLog index e200f0897..3c67b4e12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* Fix the #include order in tickadj.c for picky machines. * [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. diff --git a/util/tickadj.c b/util/tickadj.c index 48ed869b4..d71eebcd6 100644 --- a/util/tickadj.c +++ b/util/tickadj.c @@ -183,8 +183,8 @@ main( # include #endif -#include "ntp_io.h" #include "ntp_stdlib.h" +#include "ntp_io.h" #ifdef hz /* Was: RS6000 */ # undef hz