summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 38440b5..ed53d50 100644
--- a/src/main.h
+++ b/src/main.h
@@ -6,6 +6,8 @@
#include "nolo.h"
#include "os.h"
+extern char strbuf[1024];
+
#define _FILE_OFFSET_BITS 64
#define _GNU_SOURCE
@@ -82,6 +84,7 @@ enum {
PIECE_INITFS,
PIECE_ROOTFS,
PIECE_OMAPNAND,
+ PIECE_FIASCO,
PIECE_LAST
};