Index: uspace/dist/src/c/demos/hello/hello.c
===================================================================
--- uspace/dist/src/c/demos/hello/hello.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
+++ uspace/dist/src/c/demos/hello/hello.c	(revision daab04c974c1a49f6092c870f4e9732f0c02b1df)
@@ -1,2 +1,3 @@
+typedef int errno_t;
 extern errno_t putchar(char);
 
