summaryrefslogtreecommitdiff
path: root/firmware/export/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/nand.h')
-rw-r--r--firmware/export/nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/nand.h b/firmware/export/nand.h
index 13d559486c..58751ab298 100644
--- a/firmware/export/nand.h
+++ b/firmware/export/nand.h
@@ -23,6 +23,7 @@
23#define __NAND_H__ 23#define __NAND_H__
24 24
25#include <stdbool.h> 25#include <stdbool.h>
26#include "config.h"
26#include "mv.h" /* for HAVE_MULTIDRIVE or not */ 27#include "mv.h" /* for HAVE_MULTIDRIVE or not */
27 28
28struct storage_info; 29struct storage_info;