#if __has_include() /* On Linux, try using sys/queue.h provided by libbsd-dev */ #include #else /* Fall back to sys/queue.h which may exist e.g. on macOS */ #include_next #endif