summaryrefslogtreecommitdiff
path: root/regress/unittests/bitmap
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-15 22:08:23 +1100
committerDamien Miller <djm@mindrot.org>2015-01-15 22:08:23 +1100
commit45c0fd70bb2a88061319dfff20cb12ef7b1bc47e (patch)
tree3cf28e99eb723d953210e8050bae405b725065a4 /regress/unittests/bitmap
parentd333f89abf7179021e5c3f28673f469abe032062 (diff)
make bitmap test compile
Diffstat (limited to 'regress/unittests/bitmap')
-rw-r--r--regress/unittests/bitmap/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/bitmap/tests.c b/regress/unittests/bitmap/tests.c
index 6789661ce..5e02ca13d 100644
--- a/regress/unittests/bitmap/tests.c
+++ b/regress/unittests/bitmap/tests.c
@@ -14,7 +14,7 @@
14 14
15#include <openssl/bn.h> 15#include <openssl/bn.h>
16 16
17#include "test_helper.h" 17#include "../test_helper/test_helper.h"
18 18
19#include "bitmap.h" 19#include "bitmap.h"
20 20