]> code.delx.au - refind/blobdiff - filesystems/fsw_core.h
New ability to specify volume labels in "dont_scan_dirs" token to
[refind] / filesystems / fsw_core.h
index db26fc7e35c4f1a65b6fc544c702a1e5d4bb5484..56eb58b8912a777bc19a669b167c632f60c48209 100644 (file)
@@ -55,7 +55,9 @@
 #define _FSW_CORE_H_
 
 #include "fsw_base.h"
-
+#ifdef __MAKEWITH_GNUEFI
+#include "fsw_efi_base.h"
+#endif
 
 /** Maximum size for a path, specifically symlink target paths. */
 #ifndef HOST_EFI_EDK2