summaryrefslogtreecommitdiff
path: root/toxcore/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/util.c')
-rw-r--r--toxcore/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/util.c b/toxcore/util.c
index 92bbb68c..85584f09 100644
--- a/toxcore/util.c
+++ b/toxcore/util.c
@@ -27,7 +27,9 @@
27#include "config.h" 27#include "config.h"
28#endif 28#endif
29 29
30#ifndef _XOPEN_SOURCE
30#define _XOPEN_SOURCE 600 31#define _XOPEN_SOURCE 600
32#endif
31 33
32#include "util.h" 34#include "util.h"
33 35