From: Harlan Stenn Date: Fri, 7 Jan 2011 09:16:46 +0000 (-0500) Subject: portability adjustment X-Git-Tag: NTP_4_2_7P113~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7634cb5b608dbf938709d69cbf3ed9cdbf21faed;p=thirdparty%2Fntp.git portability adjustment bk: 4d26d9fewrYZLXm6DthOzWBn-sWx8w --- diff --git a/include/ntp_io.h b/include/ntp_io.h index 1cedd8d4c..c76e52bcf 100644 --- a/include/ntp_io.h +++ b/include/ntp_io.h @@ -2,7 +2,6 @@ #define NTP_IO_H #include "ntp_workimpl.h" -#include "libntp.h" /* * POSIX says use to get O_* symbols and @@ -39,6 +38,8 @@ # include #endif +#include "libntp.h" /* This needs Something above for GETDTABLESIZE */ + /* * Define FNDELAY and FASYNC using O_NONBLOCK and O_ASYNC if we need * to (and can). This is here initially for QNX, but may help for