diff options
Diffstat (limited to 'src/time/asctime_s.c')
-rw-r--r-- | src/time/asctime_s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/time/asctime_s.c b/src/time/asctime_s.c index 69f9fd33..87985906 100644 --- a/src/time/asctime_s.c +++ b/src/time/asctime_s.c @@ -1,5 +1,5 @@ -#include "time.h" -#include "stdio.h" +#include <time.h> +#include <stdio.h> /** convert broken down time to string **/ errno_t asctime_s(char *s, rsize_t maxsize, const struct tm * timeptr) |