mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.time: Allow for already set constant
This commit is contained in:
parent
7f1be1b938
commit
592ccd8233
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#ifndef _POSIX_C_SOURCE
|
||||
#define _POSIX_C_SOURCE 199309L
|
||||
#endif
|
||||
|
||||
#include <time.h>
|
||||
#include <lua.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue