]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix the #include order in tickadj.c for picky machines
authorHarlan Stenn <stenn@ntp.org>
Fri, 26 Oct 2007 21:40:27 +0000 (17:40 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 26 Oct 2007 21:40:27 +0000 (17:40 -0400)
bk: 47225ecbnVelfwsqza70ot7E5Blnww

ChangeLog
util/tickadj.c

index e200f0897d1c2c5d1ad5fb95311860ac18cd70ea..3c67b4e123ea68b33742baa8981aa67a10e841a1 100644 (file)
--- 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.
index 48ed869b4bc1605f8c8d52ef96f58dfa7f9455ae..d71eebcd604fa175def11f81aafc50ea1572b918 100644 (file)
@@ -183,8 +183,8 @@ main(
 # include <sys/var.h>
 #endif
 
-#include "ntp_io.h"
 #include "ntp_stdlib.h"
+#include "ntp_io.h"
 
 #ifdef hz /* Was: RS6000 */
 # undef hz