Index: uspace/lib/c/include/sys/time.h
===================================================================
--- uspace/lib/c/include/sys/time.h	(revision 8219eb99dd0f26b10bbbfd30017d3f5c5954ae03)
+++ uspace/lib/c/include/sys/time.h	(revision f6cb995de3c31bddccc2c6a818f493944620302a)
@@ -82,4 +82,5 @@
 extern struct tm *gmtime(const time_t *timer);
 extern char *asctime(const struct tm *timeptr);
+extern struct tm *localtime(const time_t *timer);
 extern size_t strftime(char *restrict s, size_t maxsize,
     const char *restrict format, const struct tm *restrict tm);
