summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/libec_slap.c1
-rw-r--r--test/liberasurecode_test.c1
2 files changed, 2 insertions, 0 deletions
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 <assert.h>
#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 <stdbool.h>
#include "erasurecode.h"
#include "erasurecode_helpers.h"
+#include "erasurecode_helpers_ext.h"
#include "erasurecode_preprocessing.h"
#include "erasurecode_backend.h"
#include "alg_sig.h"