summaryrefslogtreecommitdiff
path: root/regress/unittests/sshbuf/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/sshbuf/tests.c')
-rw-r--r--regress/unittests/sshbuf/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/sshbuf/tests.c b/regress/unittests/sshbuf/tests.c
index 8397e4011..1557e4342 100644
--- a/regress/unittests/sshbuf/tests.c
+++ b/regress/unittests/sshbuf/tests.c
@@ -5,7 +5,7 @@
5 * Placed in the public domain 5 * Placed in the public domain
6 */ 6 */
7 7
8#include "test_helper.h" 8#include "../test_helper/test_helper.h"
9 9
10void sshbuf_tests(void); 10void sshbuf_tests(void);
11void sshbuf_getput_basic_tests(void); 11void sshbuf_getput_basic_tests(void);