summaryrefslogtreecommitdiff
path: root/tests/filter/custom_helpers.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-11 19:58:49 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-11 20:04:49 +0000
commit0b0e608b63a82e257b01af2eb2dd4b483a78a2bf (patch)
treef4cf50098e86e055b14ed29d0dc63534dc5b96b2 /tests/filter/custom_helpers.c
parente02061cbd3f7ba31b48bffc9e310932e14f0edaa (diff)
downloadlibgit2-0b0e608b63a82e257b01af2eb2dd4b483a78a2bf.tar.gz
tests: include function declarationsusers/ethomson/cmake2
Diffstat (limited to 'tests/filter/custom_helpers.c')
-rw-r--r--tests/filter/custom_helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filter/custom_helpers.c b/tests/filter/custom_helpers.c
index f98f65c22..95a9f978e 100644
--- a/tests/filter/custom_helpers.c
+++ b/tests/filter/custom_helpers.c
@@ -2,6 +2,7 @@
#include "posix.h"
#include "filter.h"
#include "git2/sys/filter.h"
+#include "custom_helpers.h"
#define VERY_SECURE_ENCRYPTION(b) ((b) ^ 0xff)