--- libelwix/inc/elwix.h 2026/07/29 01:10:40 1.33 +++ libelwix/inc/elwix.h 2026/08/25 10:27:47 1.33.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: elwix.h,v 1.33 2026/07/29 01:10:40 misho Exp $ +* $Id: elwix.h,v 1.33.2.1 2026/08/25 10:27:47 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -62,12 +62,14 @@ SUCH DAMAGE. #include #define _Atomic(X) std::atomic #endif -#ifndef __linux__ -#include -#include -#include +#include +#include +#ifdef __linux__ + #include + #include #else -#include + #include + #include #endif #include #include