mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Set _XOPEN_SOURCE
to 700 for FreeBSD.
This commit is contained in:
parent
9eacfafff7
commit
13aa33a0f8
|
@ -30,7 +30,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 600
|
||||
#define _XOPEN_SOURCE 700
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_WINXP
|
||||
|
|
Loading…
Reference in New Issue
Block a user