summaryrefslogtreecommitdiffstats
path: root/updater/include/updater/blockimg.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/include/updater/blockimg.h')
-rw-r--r--updater/include/updater/blockimg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/include/updater/blockimg.h b/updater/include/updater/blockimg.h
index 2f4ad3c04..2cc68ce9d 100644
--- a/updater/include/updater/blockimg.h
+++ b/updater/include/updater/blockimg.h
@@ -17,6 +17,9 @@
#ifndef _UPDATER_BLOCKIMG_H_
#define _UPDATER_BLOCKIMG_H_
+#include <string>
+
+extern std::string last_command_file;
void RegisterBlockImageFunctions();
#endif