summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/imgtool/modules/fat.h')
-rw-r--r--src/tools/imgtool/modules/fat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/imgtool/modules/fat.h b/src/tools/imgtool/modules/fat.h
index 77c56f5f9f1..8e7c60d89af 100644
--- a/src/tools/imgtool/modules/fat.h
+++ b/src/tools/imgtool/modules/fat.h
@@ -1,3 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
+
+#include "imgtool.h"
+
void fat_get_info(const imgtool_class *imgclass, uint32_t state, union imgtoolinfo *info);