summaryrefslogtreecommitdiff
path: root/src/erasurecode_preprocessing.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-22 21:47:15 +0000
commit398c48c95d532906e470f7b8559ac4d043717d20 (patch)
tree8a4f790d4e66d42272802de9bc215c947ec60578 /src/erasurecode_preprocessing.c
parentbca105ccd31777a1b2cb956f61aeb03cc79664aa (diff)
downloadliberasurecode-398c48c95d532906e470f7b8559ac4d043717d20.tar.gz
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.
Diffstat (limited to 'src/erasurecode_preprocessing.c')
-rw-r--r--src/erasurecode_preprocessing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/erasurecode_preprocessing.c b/src/erasurecode_preprocessing.c
index 406dfc7..64c7edd 100644
--- a/src/erasurecode_preprocessing.c
+++ b/src/erasurecode_preprocessing.c
@@ -28,6 +28,7 @@
#include "erasurecode_backend.h"
#include "erasurecode_helpers.h"
+#include "erasurecode_helpers_ext.h"
#include "erasurecode_log.h"
#include "erasurecode_preprocessing.h"
#include "erasurecode_stdinc.h"