summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/misc_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/misc_tools.c b/testing/misc_tools.c
index f039740d..af6f6872 100644
--- a/testing/misc_tools.c
+++ b/testing/misc_tools.c
@@ -27,7 +27,7 @@
27 27
28#ifndef _POSIX_C_SOURCE 28#ifndef _POSIX_C_SOURCE
29// For nanosleep(). 29// For nanosleep().
30#define _POSIX_C_SOURCE 199309L 30#define _POSIX_C_SOURCE 200112L
31#endif 31#endif
32 32
33#include "misc_tools.h" 33#include "misc_tools.h"