comparison util-src/time.c @ 10411:db2a06b9ff98

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 16 Nov 2019 16:52:31 +0100
parents a374905e99ff
children 94cacf9fd0ae
comparison
equal deleted inserted replaced
10410:659b577f280c 10411:db2a06b9ff98
1 #ifndef _POSIX_C_SOURCE 1 #ifndef _POSIX_C_SOURCE
2 #define _POSIX_C_SOURCE 199309L 2 #define _POSIX_C_SOURCE 200809L
3 #endif 3 #endif
4 4
5 #include <time.h> 5 #include <time.h>
6 #include <lua.h> 6 #include <lua.h>
7 7