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