summaryrefslogtreecommitdiff
path: root/kernel/libc/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/libc/include/time.h')
-rw-r--r--kernel/libc/include/time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/libc/include/time.h b/kernel/libc/include/time.h
index 4e356d1..044e70f 100644
--- a/kernel/libc/include/time.h
+++ b/kernel/libc/include/time.h
@@ -1,6 +1,9 @@
+#ifndef TIME_H
+#define TIME_H
#include <types.h>
struct timespec {
time_t tv_sec; // Seconds.
long tv_nsec; // Nanoseconds.
};
+#endif