From: Harlan Stenn Date: Tue, 2 Feb 2010 08:28:17 +0000 (+0000) Subject: [Bug 1469] more int32 cleanup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=884605c45d8ee8df68538b22fa1113ea64469abd;p=thirdparty%2Fntp.git [Bug 1469] more int32 cleanup bk: 4b67e221Y4URYX4AiKp6AIds2UU10w --- diff --git a/configure.ac b/configure.ac index d93eeb4499..f37c737098 100644 --- a/configure.ac +++ b/configure.ac @@ -428,7 +428,7 @@ AC_CHECK_HEADER(dns_sd.h, case "$ac_cv_lib_dns_sd_DNSServiceRegister" in yes) LIBS="-ldns_sd $LIBS" ;; esac -AC_CHECK_HEADERS(errno.h fcntl.h ieeefp.h kvm.h math.h) +AC_CHECK_HEADERS(errno.h fcntl.h ieeefp.h inttypes.h kvm.h math.h) AC_CHECK_HEADERS(md5.h, [], [], [#if HAVE_SYS_TYPES_H diff --git a/include/ntp_types.h b/include/ntp_types.h index 25b9f4081a..51e1b241ca 100644 --- a/include/ntp_types.h +++ b/include/ntp_types.h @@ -7,10 +7,11 @@ #ifndef NTP_TYPES_H #define NTP_TYPES_H -#ifdef HAVE_STDINT_H -# include -#endif #include +#ifdef HAVE_INTTYPES_H +# include +#endif + #include "ntp_machine.h" /*