feat: wrapper function for bootstraping user program
[lunaix-os.git] / lunaix-os / libs / ulibc / printf.c
index 86c0b18a2d0304fb26e707e24b33053a1512aade..3d0b0f654952e0f75cd44a9f2906ec81fcffba4d 100644 (file)
@@ -2,7 +2,7 @@
 #include <lunaix/spike.h>
 #include <ulibc/stdio.h>
 
-#include <usr/unistd.h>
+#include <unistd.h>
 
 // This is VERY bad implementation as it mixes both kernel and user space
 // code together. It is here however, just for the convenience of our testing