diff options
Diffstat (limited to 'lib/libc/time/gmtime_r.c')
| -rw-r--r-- | lib/libc/time/gmtime_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/time/gmtime_r.c b/lib/libc/time/gmtime_r.c index 2c741127..47dbd105 100644 --- a/lib/libc/time/gmtime_r.c +++ b/lib/libc/time/gmtime_r.c @@ -1,4 +1,4 @@ -#include <time.h> +#include <time.h> // for tm, time_t, gmtime_r struct tm *gmtime_r(const time_t *timer, struct tm *result) { |
