Index: uspace/lib/c/include/time.h
===================================================================
--- uspace/lib/c/include/time.h	(revision cca80a20e6e2bf961374aa1b1f10e61420a705de)
+++ uspace/lib/c/include/time.h	(revision 8867cf60014e9288ad97cf5fd5d82bcd6e605782)
@@ -66,5 +66,7 @@
 struct tm {
 	int tm_sec;
+#ifdef _HELENOS_SOURCE
 	int tm_nsec;
+#endif
 	int tm_min;
 	int tm_hour;
@@ -106,4 +108,7 @@
 /* ISO/IEC 9899:2011 7.27.3.5 (1) */
 extern size_t strftime(char *, size_t, const char *, const struct tm *);
+
+
+#ifdef _HELENOS_SOURCE
 
 /*
@@ -154,4 +159,6 @@
 extern void udelay(sysarg_t);
 
+#endif /* _HELENOS_SOURCE */
+
 #ifdef __cplusplus
 }
