libfs: update kernel library references

This commit is contained in:
2026-05-28 20:37:44 +01:00
parent 68566cd138
commit daca537875
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef FS_FILE_H_
#define FS_FILE_H_
#include <mango/types.h>
#include <magenta/types.h>
#include <stddef.h>
struct fs_file;