From: Harlan Stenn Date: Wed, 16 May 2007 07:47:57 +0000 (-0400) Subject: [Bug 825] ntp_scanner.c needs to #include X-Git-Tag: NTP_4_2_5P34~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9532005aa03329b46b8f976419528311a41904bf;p=thirdparty%2Fntp.git [Bug 825] ntp_scanner.c needs to #include bk: 464ab72dHARPgdcGiKbCikPTdPjrpw --- diff --git a/ChangeLog b/ChangeLog index 033b68e57..2a4d13fd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 825] ntp_scanner.c needs to #include . * [Bug 824] New parser code has some build problems with the SIM code. * [Bug 817] Use longnames for setting ntp variables on the command-line; Allowing '-v' with and without an arg to disambiguate usage diff --git a/ntpd/ntp_scanner.c b/ntpd/ntp_scanner.c index 76a89144d..597b09bf8 100644 --- a/ntpd/ntp_scanner.c +++ b/ntpd/ntp_scanner.c @@ -8,6 +8,10 @@ * Copyright (c) 2006 */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #include