summaryrefslogtreecommitdiff
path: root/toxcore/network.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-16 00:25:31 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-16 01:03:30 +0000
commit13aa33a0f8655800ed1575223ac84322f69927b7 (patch)
tree671bf898383724e4ed893efff019ca24a2d219b1 /toxcore/network.c
parent9eacfafff75c5520a0a6f16132c4ac13db24a634 (diff)
Set `_XOPEN_SOURCE` to 700 for FreeBSD.
Diffstat (limited to 'toxcore/network.c')
-rw-r--r--toxcore/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.c b/toxcore/network.c
index bdc6f982..3c262bab 100644
--- a/toxcore/network.c
+++ b/toxcore/network.c
@@ -30,7 +30,7 @@
30#endif 30#endif
31 31
32#ifndef _XOPEN_SOURCE 32#ifndef _XOPEN_SOURCE
33#define _XOPEN_SOURCE 600 33#define _XOPEN_SOURCE 700
34#endif 34#endif
35 35
36#if defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_WINXP 36#if defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_WINXP