From: Harlan Stenn Date: Mon, 28 Dec 2009 05:57:22 +0000 (-0500) Subject: ntpdate.c still needs ntp_io.h X-Git-Tag: NTP_4_2_7P6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8af35671dcf1d08163055aa62fa49e3b2185ae;p=thirdparty%2Fntp.git ntpdate.c still needs ntp_io.h bk: 4b3848c2dqbUyWKB6TjRa-pfKFIqEQ --- diff --git a/ntpdate/ntpdate.c b/ntpdate/ntpdate.c index 205d7e5fa..16b8e7fe0 100644 --- a/ntpdate/ntpdate.c +++ b/ntpdate/ntpdate.c @@ -13,6 +13,7 @@ #include "ntp_machine.h" #include "ntp_fp.h" #include "ntp.h" +#include "ntp_io.h" #include "ntp_unixtime.h" #include "ntpdate.h" #include "ntp_string.h"