Index: uspace/lib/c/include/sys/time.h
===================================================================
--- uspace/lib/c/include/sys/time.h	(revision c9f703bcef572525b7b64f9d1b678615bfbf1f14)
+++ uspace/lib/c/include/sys/time.h	(revision f30ee57112a3840aa8a33e5b5d2081d15ac92f59)
@@ -46,4 +46,12 @@
 typedef uint32_t mseconds_t;
 
+struct tm {
+	int tm_sec;       /* 0 - 59 */
+	int tm_min;       /* 0 - 59 */
+	int tm_hour;      /* 0 - 23 */
+	int tm_mday;      /* 1 - 31 */
+	int tm_year;      /* years since 1900 */
+};
+
 struct timeval {
 	time_t tv_sec;        /* seconds */
