mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed BSD IP stack issue
Thanks to @mahomet
This commit is contained in:
parent
00100ea335
commit
50cfbc2760
|
@ -47,6 +47,8 @@ typedef short sa_family_t;
|
|||
#endif
|
||||
#else
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user