diff options
Diffstat (limited to 'src/sys/times')
| -rw-r--r-- | src/sys/times/times.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/times/times.c b/src/sys/times/times.c index f677d3b4..6c6cf329 100644 --- a/src/sys/times/times.c +++ b/src/sys/times/times.c @@ -1,4 +1,4 @@ -#include "time.h" +#include <time.h> #include <sys/times.h> #include "_syscall.h" |
