From: Danny Mayer Date: Sun, 9 Nov 2003 01:32:39 +0000 (-0500) Subject: Ensure config.h is included in ntp_rfx2553.h before testing macros X-Git-Tag: NTP_4_2_3~195^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3d191e516fc3085ec0a8982045727c409ea0db6;p=thirdparty%2Fntp.git Ensure config.h is included in ntp_rfx2553.h before testing macros bk: 3fad9937mhai-djKO0-N4pJABgvZlw --- diff --git a/include/ntp_rfc2553.h b/include/ntp_rfc2553.h index bdf5923980..20c732f14b 100644 --- a/include/ntp_rfc2553.h +++ b/include/ntp_rfc2553.h @@ -68,6 +68,12 @@ #ifndef _NTP_RFC2553_H_ #define _NTP_RFC2553_H_ +/* + * Ensure that we include the configuration file before we check + * for IPV6 + */ +#include + #ifndef ISC_PLATFORM_HAVEIPV6 #include