]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Ensure config.h is included in ntp_rfx2553.h before testing macros
authorDanny Mayer <mayer@ntp.org>
Sun, 9 Nov 2003 01:32:39 +0000 (20:32 -0500)
committerDanny Mayer <mayer@ntp.org>
Sun, 9 Nov 2003 01:32:39 +0000 (20:32 -0500)
bk: 3fad9937mhai-djKO0-N4pJABgvZlw

include/ntp_rfc2553.h

index bdf592398064644454235b9d25fc8d3f004721fb..20c732f14b4c7ec3ec301ad024eba6ab33d2ddec 100644 (file)
 #ifndef _NTP_RFC2553_H_
 #define _NTP_RFC2553_H_
 
+/*
+ * Ensure that we include the configuration file before we check
+ * for IPV6
+ */
+#include <config.h>
+
 #ifndef ISC_PLATFORM_HAVEIPV6
 
 #include <sys/types.h>