mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Include 'netinet/in_systm.h' on OpenBSD
Otherwise 'n_time' is undefined.
This commit is contained in:
parent
faded12a71
commit
98624064d1
|
@ -46,6 +46,9 @@
|
|||
#else
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef __OpenBSD__
|
||||
#include <netinet/in_systm.h>
|
||||
#endif
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user