summaryrefslogtreecommitdiff
path: root/src/backends/isa-l/isa_l_rs_vand.c
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-09-20 19:52:30 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-09-20 19:59:47 +0000
commita600977b1fc919738b598c62a8a6e947529fa6e2 (patch)
tree97fa1d31e829d6e02ab5b3609a13061200a5176b /src/backends/isa-l/isa_l_rs_vand.c
parentbca105ccd31777a1b2cb956f61aeb03cc79664aa (diff)
downloadliberasurecode-a600977b1fc919738b598c62a8a6e947529fa6e2.tar.gz
Split helpers.h include for backward compatibilityheader_symlinks
Users of liberasurecode <= 1.0.7 used alloc/free helpers (which they shouldn't have). This change is to make sure we are still able to those older revs of programs and they work with newer liberasurecode.
Diffstat (limited to 'src/backends/isa-l/isa_l_rs_vand.c')
-rw-r--r--src/backends/isa-l/isa_l_rs_vand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/isa-l/isa_l_rs_vand.c b/src/backends/isa-l/isa_l_rs_vand.c
index 541d308..dba1e1a 100644
--- a/src/backends/isa-l/isa_l_rs_vand.c
+++ b/src/backends/isa-l/isa_l_rs_vand.c
@@ -33,6 +33,7 @@
#include "erasurecode.h"
#include "erasurecode_backend.h"
#include "erasurecode_helpers.h"
+#include "erasurecode_helpers_ext.h"
#define ISA_L_RS_VAND_LIB_MAJOR 2
#define ISA_L_RS_VAND_LIB_MINOR 13