summaryrefslogtreecommitdiff
path: root/src/erasurecode.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/erasurecode.c
parentbca105ccd31777a1b2cb956f61aeb03cc79664aa (diff)
downloadliberasurecode-header_symlinks.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/erasurecode.c')
-rw-r--r--src/erasurecode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/erasurecode.c b/src/erasurecode.c
index 5a75a55..239e081 100644
--- a/src/erasurecode.c
+++ b/src/erasurecode.c
@@ -30,6 +30,7 @@
#include "erasurecode.h"
#include "erasurecode_backend.h"
#include "erasurecode_helpers.h"
+#include "erasurecode_helpers_ext.h"
#include "erasurecode_preprocessing.h"
#include "erasurecode_postprocessing.h"
#include "erasurecode_stdinc.h"