util.time: Allow for already set constant

This commit is contained in:
Kim Alvefur 2018-08-11 16:55:07 +02:00
parent 7f1be1b938
commit 592ccd8233

View file

@ -1,4 +1,6 @@
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 199309L
#endif
#include <time.h>
#include <lua.h>