Move kfile interface to the io/ directory.
[bertos.git] / bertos / struct / kfile_fifo.c
index 9ebc59df1af548366fa6ba0f1ae1e93b4d1e7a5e..66264eb4fbbabc815e0d96e39d92cf0aa8111d8e 100644 (file)
@@ -39,7 +39,7 @@
 #include "kfile_fifo.h"
 #include "fifobuf.h"
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #include <string.h>