summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--regress/unittests/bitmap/tests.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 147152059..ebb0c516b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,7 +484,7 @@ regress/unittests/sshkey/test_sshkey$(EXEEXT): ${UNITTESTS_TEST_SSHKEY_OBJS} \
484 -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) 484 -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
485 485
486UNITTESTS_TEST_BITMAP_OBJS=\ 486UNITTESTS_TEST_BITMAP_OBJS=\
487 regress/unittests/sshkey/tests.o 487 regress/unittests/bitmap/tests.o
488 488
489regress/unittests/sshkey/test_bitmap$(EXEEXT): ${UNITTESTS_TEST_BITMAP_OBJS} \ 489regress/unittests/sshkey/test_bitmap$(EXEEXT): ${UNITTESTS_TEST_BITMAP_OBJS} \
490 regress/unittests/test_helper/libtest_helper.a libssh.a 490 regress/unittests/test_helper/libtest_helper.a libssh.a
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