From 248bbd7aec91f03cfe35fdfb707be510381bbbfa Mon Sep 17 00:00:00 2001 From: dianshi Date: Mon, 23 Mar 2020 16:56:25 +0000 Subject: Compilable on linux --- H64E-2/h64e.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'H64E-2/h64e.h') diff --git a/H64E-2/h64e.h b/H64E-2/h64e.h index c8a210b..7cc2d41 100644 --- a/H64E-2/h64e.h +++ b/H64E-2/h64e.h @@ -11,6 +11,8 @@ #include #include +#include +#include #include "h64e-model.h" /* Set data structure from arguments and use to handle data @@ -71,6 +73,7 @@ int h64e_destroy(H64E_t *s); #define H64E_FMT_STATE_FINISH 3 typedef struct H64E_format { + int f_output_types; int group_fmt; int output_fmt; int min_input; -- cgit v1.2.3