![]() ![]() | ![]() |
version 1.9.26.2, 2025/09/26 10:02:57 | version 1.10.2.1, 2025/09/26 15:51:31 |
---|---|
Line 63 SUCH DAMAGE. | Line 63 SUCH DAMAGE. |
#include <ifaddrs.h> | #include <ifaddrs.h> |
#include <assert.h> | #include <assert.h> |
#include <paths.h> | #include <paths.h> |
#include <stdatomic.h> | |
#include <stdalign.h> | |
#include <sys/types.h> | #include <sys/types.h> |
#ifndef __linux__ | #ifndef __linux__ |
#include <sys/stdint.h> | #include <sys/stdint.h> |
Line 77 SUCH DAMAGE. | Line 79 SUCH DAMAGE. |
#include <net/if.h> | #include <net/if.h> |
#if !defined(__OpenBSD__) && !defined(__linux__) | #if !defined(__OpenBSD__) && !defined(__linux__) |
#include <sys/endian.h> | #include <sys/endian.h> |
#endif | |
#ifndef __cplusplus | |
#include <stdatomic.h> | |
#else | |
#include <atomic> | |
#define _Atomic(X) std::atomic< X > | |
#endif | #endif |
#include "elwix.h" | #include "elwix.h" |