X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/c316c28e6c8a165111d6bbc208555f5c53489818..db7fc030e9e04c881f5f12a0e23baa8db4e20ee1:/lunaix-os/libs/ulibc/printf.c diff --git a/lunaix-os/libs/ulibc/printf.c b/lunaix-os/libs/ulibc/printf.c index 86c0b18..3d0b0f6 100644 --- a/lunaix-os/libs/ulibc/printf.c +++ b/lunaix-os/libs/ulibc/printf.c @@ -2,7 +2,7 @@ #include #include -#include +#include // 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