From 700fbd205a1a428677876d322606b9a354221892 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 15:47:08 -0400 Subject: add skeleton of things from C11 --- src/time/struct_timespec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/time/struct_timespec.c') 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 - struct timespec { time_t tv_sec; /* Seconds */ long tv_nsec; /* Nanoseonds */ @@ -7,4 +5,5 @@ struct timespec { /* POSIX(199309) +STDC(201112) */ -- cgit v1.2.1