summaryrefslogtreecommitdiff
path: root/firmware/export/ramdisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/ramdisk.h')
-rw-r--r--firmware/export/ramdisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/ramdisk.h b/firmware/export/ramdisk.h
index 5135e38301..c478c78882 100644
--- a/firmware/export/ramdisk.h
+++ b/firmware/export/ramdisk.h
@@ -23,6 +23,7 @@
23#define __RAMDISK_H__ 23#define __RAMDISK_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;