From: Harlan Stenn Date: Mon, 26 Mar 2001 08:54:01 +0000 (-0000) Subject: bk: 3abf03a96aJ1IZj1xDvIXnd4Kl651A X-Git-Tag: NTP_4_0_99_M~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfb366eeeab0d4c0e09456097123c8e1f05a80ba;p=thirdparty%2Fntp.git bk: 3abf03a96aJ1IZj1xDvIXnd4Kl651A --- diff --git a/ntpq/ntpq.c b/ntpq/ntpq.c index d632f70fa8..52815f5d70 100644 --- a/ntpq/ntpq.c +++ b/ntpq/ntpq.c @@ -2,6 +2,8 @@ * ntpq - query an NTP server using mode 6 commands */ +#include + #include "ntpq.h" #include "ntp_unixtime.h" #include "ntp_calendar.h" @@ -9,7 +11,6 @@ #include "ntp_select.h" #include "ntp_stdlib.h" -#include #include #include #include diff --git a/ntpq/ntpq_ops.c b/ntpq/ntpq_ops.c index 8cf1c531ea..c907503040 100644 --- a/ntpq/ntpq_ops.c +++ b/ntpq/ntpq_ops.c @@ -2,10 +2,11 @@ * ntpdc_ops.c - subroutines which are called to perform operations by ntpdc */ +#include + #include "ntpq.h" #include "ntp_stdlib.h" -#include #include #include