try to fix linux 6.5 compile

This commit is contained in:
yancey
2023-10-07 08:26:10 -04:00
parent bc8bd8c2f8
commit d1a9bcc4fb
2 changed files with 4 additions and 4 deletions

View File

@@ -226,12 +226,12 @@ struct packet_info_t // todo change this to union
bool has_ts;
i32_t data_len;
#ifdef UDP2RAW_LINUX
sockaddr_ll addr_ll;
#endif
i32_t data_len;
packet_info_t();
};