diff options
Diffstat (limited to 'src/time/gmtime_s.c')
-rw-r--r-- | src/time/gmtime_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/gmtime_s.c b/src/time/gmtime_s.c index 1629a651..30464211 100644 --- a/src/time/gmtime_s.c +++ b/src/time/gmtime_s.c @@ -1,4 +1,4 @@ -#include "time.h" +#include <time.h> /** convert arithmetic time to borken down time **/ struct tm * gmtime_s(const time_t * restrict timer, struct tm * restrict result) |