]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1046] refnumtoa.c is using the wrong header file
authorHarlan Stenn <stenn@ntp.org>
Tue, 5 Aug 2008 10:07:25 +0000 (06:07 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 5 Aug 2008 10:07:25 +0000 (06:07 -0400)
bk: 4898265dQI596ZyNJupIJ9YWYtL7mg

ChangeLog
libntp/refnumtoa.c

index 3b169886f758bca3394fb8804d51149b3ad431e4..f8509f7e8fc0234c4f19ccb49c0062408e96db2e 100644 (file)
--- 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.
index 7c5d96e1e2224cbd6eb03af55dda3de356464c10..ef90f1211745df08331ab314de00053cc5e6d3ba 100644 (file)
@@ -3,7 +3,7 @@
  */
 #include <stdio.h>
 
-#include "ntp_fp.h"
+#include "ntp_net.h"
 #include "lib_strbuf.h"
 #include "ntp_stdlib.h"