X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ea77b9c3fc7fb9bf9d7f9604fc187c8049212a2a..db7fc030e9e04c881f5f12a0e23baa8db4e20ee1:/lunaix-os/libs/ulibc/printf.c diff --git a/lunaix-os/libs/ulibc/printf.c b/lunaix-os/libs/ulibc/printf.c index 18e2387..3d0b0f6 100644 --- a/lunaix-os/libs/ulibc/printf.c +++ b/lunaix-os/libs/ulibc/printf.c @@ -1,8 +1,9 @@ #include -#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 // program.