Decoupling Architectural-specific Code (#35)
[lunaix-os.git] / lunaix-os / kernel / device / devdb.c
index eb9e612320494db1107d9a31a06de0fa57e4eaa1..09b6b5c006c7ff4f9853db22e0000fe09947cf19 100644 (file)
@@ -2,7 +2,7 @@
 #include <lunaix/fs/twifs.h>
 #include <lunaix/status.h>
 
-#include <lib/hash.h>
+#include <klibc/hash.h>
 
 #include <klibc/strfmt.h>