Software /
code /
prosody
Comparison
util-src/time.c @ 10046:0bc291a5734a
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 10 Jun 2019 13:22:22 +0200 |
parent | 9680:a374905e99ff |
child | 10480:94cacf9fd0ae |
comparison
equal
deleted
inserted
replaced
10045:6714578cfd6e | 10046:0bc291a5734a |
---|---|
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 |