From: Harlan Stenn Date: Tue, 5 Aug 2008 10:07:25 +0000 (-0400) Subject: [Bug 1046] refnumtoa.c is using the wrong header file X-Git-Tag: NTP_4_2_5P122~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560b2e0cf1e0750be097fbb41fc64584954a86ef;p=thirdparty%2Fntp.git [Bug 1046] refnumtoa.c is using the wrong header file bk: 4898265dQI596ZyNJupIJ9YWYtL7mg --- diff --git a/ChangeLog b/ChangeLog index 3b169886f..f8509f7e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 1046] refnumtoa.c is using the wrong header file. * [Bug 1047] enable/disable options processing fix. * header file cleanup. * [Bug 1037] buffer in subroutine was 1 byte short. diff --git a/libntp/refnumtoa.c b/libntp/refnumtoa.c index 7c5d96e1e..ef90f1211 100644 --- a/libntp/refnumtoa.c +++ b/libntp/refnumtoa.c @@ -3,7 +3,7 @@ */ #include -#include "ntp_fp.h" +#include "ntp_net.h" #include "lib_strbuf.h" #include "ntp_stdlib.h"