diff options
Diffstat (limited to 'src/time/ctime_s.c')
| -rw-r--r-- | src/time/ctime_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/ctime_s.c b/src/time/ctime_s.c index 8813247c..a8b8e7f3 100644 --- a/src/time/ctime_s.c +++ b/src/time/ctime_s.c @@ -1,4 +1,4 @@ -#include "time.h" +#include <time.h> /** convert arithmetic time to string **/ errno_t ctime_s(char *s, rsize_t maxsize, const time_t *timer) |
