diff options
author | Damien Miller <djm@mindrot.org> | 2015-01-20 10:11:31 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-20 10:11:31 +1100 |
commit | 1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1 (patch) | |
tree | 9b29e30a98d629f853138751db04eb33c26ab3ba /regress/unittests/kex/test_kex.c | |
parent | c78a578107c7e6dcf5d30a2f34cb6581bef14029 (diff) |
fix kex test
Diffstat (limited to 'regress/unittests/kex/test_kex.c')
-rw-r--r-- | regress/unittests/kex/test_kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c index e90647763..72a11f2c6 100644 --- a/regress/unittests/kex/test_kex.c +++ b/regress/unittests/kex/test_kex.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <stdlib.h> | 12 | #include <stdlib.h> |
13 | #include <string.h> | 13 | #include <string.h> |
14 | 14 | ||
15 | #include "test_helper.h" | 15 | #include "../test_helper/test_helper.h" |
16 | 16 | ||
17 | #include "ssherr.h" | 17 | #include "ssherr.h" |
18 | #include "ssh_api.h" | 18 | #include "ssh_api.h" |