aboutsummaryrefslogtreecommitdiffstats
path: root/readers.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-03-16 13:24:12 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-03-16 13:24:17 +0100
commit1bb8a8aa29845378903f3c690e17c0867c820da2 (patch)
treeb3a47449ad72b397c72f87f1b8a8fe144f9e2745 /readers.c
parente40d809dadb7998bf2413394a4e2e7c946eb9f6f (diff)
downloadfbida-1bb8a8aa29845378903f3c690e17c0867c820da2.tar.gz
gcc10 build fix
by Adrian Reber <adrian@lisas.de>
Diffstat (limited to 'readers.c')
-rw-r--r--readers.c2
1 files changed, 2 insertions, 0 deletions
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,