From: Harlan Stenn Date: Wed, 16 May 2007 07:47:57 +0000 (-0400) Subject: [Bug 825] ntp_scanner.c needs to #include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbba48adc43db9f3a22ff3ead2b9031a3cba7e3d;p=thirdparty%2Fntp.git [Bug 825] ntp_scanner.c needs to #include bk: 464ab72dHARPgdcGiKbCikPTdPjrpw --- diff --git a/ChangeLog b/ChangeLog index 033b68e572..2a4d13fd08 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 76a89144d7..597b09bf86 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