]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_types.h needs to include sys/types.h
authorDanny Mayer <mayer@ntp.org>
Sun, 14 Mar 2004 03:06:42 +0000 (22:06 -0500)
committerDanny Mayer <mayer@ntp.org>
Sun, 14 Mar 2004 03:06:42 +0000 (22:06 -0500)
bk: 4053cc42ndNJjXwGRX8fxmy1ElMy_Q

include/ntp_rfc2553.h
include/ntp_types.h

index 11b9038758b00ff6a6a144dbdb704134acf4a2a8..799433010e1c882e3e400b194825dfeebb68ef25 100644 (file)
@@ -74,7 +74,6 @@
  */
 #include <config.h>
 
-#include <sys/types.h>
 #include "ntp_types.h"
 
 /*
index 1612b72b8bbedeed63cfe23d88ce294d15f49f20..a030c6e77c678d01d0fe1da9abf1cbdb494fc7ab 100644 (file)
@@ -4,6 +4,7 @@
  *  as int and u_int.
  *  For 32 bit systems, define them as long and u_long
  */
+#include <sys/types.h>
 #include "ntp_machine.h"
 
 #ifndef _NTP_TYPES_