Bruno Wolff III 23b679
--- squashfs-tools/mksquashfs.h.orig	2014-05-09 23:54:13.000000000 -0500
Bruno Wolff III 23b679
+++ squashfs-tools/mksquashfs.h	2020-02-08 22:08:33.275388914 -0600
Bruno Wolff III 23b679
@@ -132,7 +132,7 @@
Bruno Wolff III 23b679
 #define BLOCK_OFFSET 2
Bruno Wolff III 23b679
 
Bruno Wolff III 23b679
 extern struct cache *reader_buffer, *fragment_buffer, *reserve_cache;
Bruno Wolff III 23b679
-struct cache *bwriter_buffer, *fwriter_buffer;
Bruno Wolff III 23b679
+extern struct cache *bwriter_buffer, *fwriter_buffer;
Bruno Wolff III 23b679
 extern struct queue *to_reader, *to_deflate, *to_writer, *from_writer,
Bruno Wolff III 23b679
 	*to_frag, *locked_fragment, *to_process_frag;
Bruno Wolff III 23b679
 extern struct append_file **file_mapping;