From: Harlan Stenn Date: Wed, 3 Nov 1999 02:04:31 +0000 (-0000) Subject: ChangeLog, ntpd.h: X-Git-Tag: NTP_4_0_98_D~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f25fa5c44f5efdc4fc495cf96515f8087b3a571;p=thirdparty%2Fntp.git ChangeLog, ntpd.h: * include/ntpd.h: #include "ntp_select.h" reorder bk: 381f982fgXmXflJcZLls_zRHY70-YA --- diff --git a/ChangeLog b/ChangeLog index 34de54ac54..6f05579a98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ * libntp/iosignal.c: Lose #include "ntp_select.h" * include/ntpd.h: #include "ntp_select.h" for declaration of activefds Reported by: Christian Krackowizer - + 1999-11-01 Harlan Stenn * configure.in: 4.0.98c diff --git a/include/ntpd.h b/include/ntpd.h index d1789aa8b0..1a83d6eb0a 100644 --- a/include/ntpd.h +++ b/include/ntpd.h @@ -3,9 +3,9 @@ */ #include "ntp_syslog.h" -#include "ntp_select.h" #include "ntp_fp.h" #include "ntp.h" +#include "ntp_select.h" #include "ntp_malloc.h" #include "ntp_refclock.h" #include "recvbuff.h"