diff options
Diffstat (limited to 'src/time/struct_timespec.c')
| -rw-r--r-- | src/time/struct_timespec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/time/struct_timespec.c b/src/time/struct_timespec.c index ecf0c8ef..cd068bd9 100644 --- a/src/time/struct_timespec.c +++ b/src/time/struct_timespec.c @@ -1,5 +1,3 @@ -#include <time.h> - struct timespec { time_t tv_sec; /* Seconds */ long tv_nsec; /* Nanoseonds */ @@ -7,4 +5,5 @@ struct timespec { /* POSIX(199309) +STDC(201112) */ |
