feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git] / lunaix-os / kernel / device / devdb.c
index 1c9ee4c7135cca4e0e5e9deed8005ed928884536..41238620b64caab78863470672d8e8b6c7fb8d73 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <lib/hash.h>
 
 
 #include <lib/hash.h>
 
-#include <klibc/stdio.h>
+#include <klibc/strfmt.h>
 
 static DECLARE_HASHTABLE(dev_registry, 32);
 static DECLARE_HASHTABLE(dev_byif, 8);
 
 static DECLARE_HASHTABLE(dev_registry, 32);
 static DECLARE_HASHTABLE(dev_byif, 8);