diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index c34003d80..3686b662a 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -51,6 +51,10 @@ #include #endif +#if __TIMESIZE != 64 +#warn TIMESIZE != 64 -- Please report your OS system to hamlib-developer@lists.sourceforge.net +#endif + // For MSVC install the NUGet pthread package #if defined(_MSC_VER) #define HAVE_STRUCT_TIMESPEC