]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 825] ntp_scanner.c needs to #include <config.h>
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 May 2007 07:47:57 +0000 (03:47 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 May 2007 07:47:57 +0000 (03:47 -0400)
bk: 464ab72dHARPgdcGiKbCikPTdPjrpw

ChangeLog
ntpd/ntp_scanner.c

index 033b68e5723b683f6d27cf87b598e2e12bc2b79e..2a4d13fd08db01ae5965ac04e0891f65517d3a14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 825] ntp_scanner.c needs to #include <config.h> .
 * [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
index 76a89144d7e3e945789b787a0cf9b57d7949cdfd..597b09bf860fcc89c96f543af989c5aa57b52613 100644 (file)
@@ -8,6 +8,10 @@
  * Copyright (c) 2006
  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #include <stdlib.h>