From 1bb8a8aa29845378903f3c690e17c0867c820da2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 16 Mar 2020 13:24:12 +0100 Subject: gcc10 build fix by Adrian Reber --- readers.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readers.c') diff --git a/readers.c b/readers.c index e94bbcb..1516ed9 100644 --- a/readers.c +++ b/readers.c @@ -7,6 +7,8 @@ #include "readers.h" #include "byteorder.h" +int debug=0; + /* ----------------------------------------------------------------------- */ void load_bits_lsb(unsigned char *dst, unsigned char *src, int width, -- cgit