summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/efi.c1
-rw-r--r--fs/fs.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/efi.c b/fs/efi.c
index 5ae796bdd9..26f2f669bb 100644
--- a/fs/efi.c
+++ b/fs/efi.c
@@ -30,6 +30,7 @@
#include <fcntl.h>
#include <wchar.h>
#include <efi.h>
+#include <libfile.h>
#include <mach/efi.h>
#include <mach/efi-device.h>
diff --git a/fs/fs.c b/fs/fs.c
index ad8d99b8d5..1711a0c6aa 100644
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -34,6 +34,7 @@
#include <environment.h>
#include <libgen.h>
#include <block.h>
+#include <libfile.h>
char *mkmodestr(unsigned long mode, char *str)
{