diff options
Diffstat (limited to 'firmware/export/mmc.h')
-rw-r--r-- | firmware/export/mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mmc.h b/firmware/export/mmc.h index 7e72cb0846..4c7e9c0926 100644 --- a/firmware/export/mmc.h +++ b/firmware/export/mmc.h @@ -23,6 +23,7 @@ #define __MMC_H__ #include <stdbool.h> +#include "config.h" #include "mv.h" /* for HAVE_MULTIDRIVE or not */ struct storage_info; |