X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ea77b9c3fc7fb9bf9d7f9604fc187c8049212a2a..f13e160f6aa2f74895ecf1f65099265643836210:/lunaix-os/libs/ulibc/printf.c?ds=sidebyside diff --git a/lunaix-os/libs/ulibc/printf.c b/lunaix-os/libs/ulibc/printf.c index 18e2387..86c0b18 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.