X-Git-Url: https://sigrok.org/gitweb/?p=libserialport.git;a=blobdiff_plain;f=libserialport_internal.h;h=6ea5e5a2e57ebfa345357ed4acfdf4dd80f3d916;hp=20b3505925a0d8e79d00ae21f641f1a0ac429f32;hb=HEAD;hpb=e919e2efaae2d5f41f56c568ceced843d24996d1 diff --git a/libserialport_internal.h b/libserialport_internal.h index 20b3505..f1d0d85 100644 --- a/libserialport_internal.h +++ b/libserialport_internal.h @@ -27,8 +27,8 @@ #define _CRT_SECURE_NO_WARNINGS #endif -/* These Linux/glibc specific defines must appear before other headers.*/ -#ifdef __linux__ +/* These feature test macros must appear before other headers.*/ +#if defined(__linux__) || defined(__CYGWIN__) /* For timeradd, timersub, timercmp, realpath. */ #define _BSD_SOURCE 1 /* for glibc < 2.19 */ #define _DEFAULT_SOURCE 1 /* for glibc >= 2.20 */ @@ -82,6 +82,9 @@ #include #include #include +#ifdef HAVE_SYS_FILE_H +#include +#endif #endif #ifdef __APPLE__ #include @@ -90,6 +93,9 @@ #include #include #include +#if MAC_OS_X_VERSION_MAX_ALLOWED < 120000 /* Before macOS 12 */ +#define kIOMainPortDefault kIOMasterPortDefault +#endif #endif #ifdef __linux__ #include