From: Danny Mayer Date: Sun, 14 Mar 2004 03:06:42 +0000 (-0500) Subject: ntp_types.h needs to include sys/types.h X-Git-Tag: NTP_4_2_3~174^2~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e722a68ba25da74c85512ce54e45b1a3e294cb7;p=thirdparty%2Fntp.git ntp_types.h needs to include sys/types.h bk: 4053cc42ndNJjXwGRX8fxmy1ElMy_Q --- diff --git a/include/ntp_rfc2553.h b/include/ntp_rfc2553.h index 11b9038758..799433010e 100644 --- a/include/ntp_rfc2553.h +++ b/include/ntp_rfc2553.h @@ -74,7 +74,6 @@ */ #include -#include #include "ntp_types.h" /* diff --git a/include/ntp_types.h b/include/ntp_types.h index 1612b72b8b..a030c6e77c 100644 --- a/include/ntp_types.h +++ b/include/ntp_types.h @@ -4,6 +4,7 @@ * as int and u_int. * For 32 bit systems, define them as long and u_long */ +#include #include "ntp_machine.h" #ifndef _NTP_TYPES_