--- capture_hak5_wifi_coconut/libwifiuserspace/kernel/types.h~ 2023-07-20 09:02:04.000000000 -0500 +++ capture_hak5_wifi_coconut/libwifiuserspace/kernel/types.h 2023-07-21 12:11:27.461869322 -0500 @@ -20,12 +20,10 @@ typedef int32_t s32; typedef int64_t s64; -#ifndef LIBWIFIUSERSPACE_EXCLUDE_TYPES typedef uint8_t __u8; typedef uint16_t __u16; typedef uint32_t __u32; typedef uint64_t __u64; -#endif /* * We lose the atomic stuff