From 398c48c95d532906e470f7b8559ac4d043717d20 Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sun, 20 Sep 2015 19:52:30 +0000 Subject: Split helpers.h include for backward compatibility 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. --- test/libec_slap.c | 1 + test/liberasurecode_test.c | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/libec_slap.c b/test/libec_slap.c index ac69ee4..63640a7 100644 --- a/test/libec_slap.c +++ b/test/libec_slap.c @@ -42,6 +42,7 @@ #include #include "erasurecode.h" #include "erasurecode_helpers.h" +#include "erasurecode_helpers_ext.h" #include "builtin/xor_codes/test_xor_hd_code.h" struct frag_array_set { diff --git a/test/liberasurecode_test.c b/test/liberasurecode_test.c index 875ab96..b5239a9 100644 --- a/test/liberasurecode_test.c +++ b/test/liberasurecode_test.c @@ -30,6 +30,7 @@ #include #include "erasurecode.h" #include "erasurecode_helpers.h" +#include "erasurecode_helpers_ext.h" #include "erasurecode_preprocessing.h" #include "erasurecode_backend.h" #include "alg_sig.h" -- cgit v1.2.1