Dear Maintainer, The header file "data.h" is for the "article_header" structure. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> --- decode.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/decode.c b/decode.c index 2fba7c0..3047e42 100644 --- a/decode.c +++ b/decode.c @@ -12,8 +12,10 @@ #include <stdio.h> #include <string.h> #include "config.h" +#include "global.h" /* must be before "data.h" */ +/* "data.h" is for structure "article_header" in "decode.h" */ +#include "data.h" #include "decode.h" -#include "global.h" #include "save.h" #include "nn_term.h"