Index: uspace/lib/posix/stdlib.h
===================================================================
--- uspace/lib/posix/stdlib.h	(revision 4d10fc88cc2193590b10578747c494f294c4ddb1)
+++ uspace/lib/posix/stdlib.h	(revision acc3f82cbdd73903cb30492872da8faf54de8314)
@@ -36,5 +36,5 @@
 #define POSIX_STDLIB_H_
 
-#include <libc/stdlib.h>
+#include "libc/stdlib.h"
 
 #ifndef NULL
Index: uspace/lib/posix/time.h
===================================================================
--- uspace/lib/posix/time.h	(revision 4d10fc88cc2193590b10578747c494f294c4ddb1)
+++ uspace/lib/posix/time.h	(revision acc3f82cbdd73903cb30492872da8faf54de8314)
@@ -37,5 +37,5 @@
 #define POSIX_TIME_H_
 
-#include <libc/time.h>
+#include "libc/time.h"
 
 #ifndef NULL
