From: Harlan Stenn Date: Mon, 26 Mar 2001 08:25:46 +0000 (-0000) Subject: bk: 3abefd0aak_2P3q7Rozx7KB0J5-YBg X-Git-Tag: NTP_4_0_99_M~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d170c57ce10985f4b9b676f1f2f112e5bcd4a8c9;p=thirdparty%2Fntp.git bk: 3abefd0aak_2P3q7Rozx7KB0J5-YBg --- diff --git a/ntpdc/ntpdc.c b/ntpdc/ntpdc.c index d5a24a4c57..51543ece3b 100644 --- a/ntpdc/ntpdc.c +++ b/ntpdc/ntpdc.c @@ -2,12 +2,13 @@ * ntpdc - control and monitor your ntpd daemon */ +#include + #include "ntpdc.h" #include "ntp_select.h" #include "ntp_io.h" #include "ntp_stdlib.h" -#include #include #include #include diff --git a/ntpdc/ntpdc_ops.c b/ntpdc/ntpdc_ops.c index 10c1e78964..56002c9cef 100644 --- a/ntpdc/ntpdc_ops.c +++ b/ntpdc/ntpdc_ops.c @@ -6,12 +6,13 @@ # include #endif +#include + #include "ntpdc.h" #include "ntp_control.h" #include "ntp_refclock.h" #include "ntp_stdlib.h" -#include #include #ifdef HAVE_SYS_TIMEX_H # include