Fix linux build

This commit is contained in:
Tixx 2024-12-25 00:07:13 +01:00
parent 7149075d53
commit d14b64c652
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

@ -13,6 +13,7 @@
#include <bits/types/siginfo_t.h> #include <bits/types/siginfo_t.h>
#include <cstdint> #include <cstdint>
#include <sys/ucontext.h> #include <sys/ucontext.h>
#include <arpa/inet.h>
#endif #endif
void NetReset(); void NetReset();