X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/642855f81fd03b9fd6540ac99c665b57b4b38cc8..f13e160f6aa2f74895ecf1f65099265643836210:/lunaix-os/libs/ulibc/printf.c 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.