File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -616,6 +616,7 @@ regress/unittests/conversion/test_conversion$(EXEEXT): \
616
616
UNITTESTS_TEST_KEX_OBJS =\
617
617
regress/unittests/kex/tests.o \
618
618
regress/unittests/kex/test_kex.o \
619
+ regress/unittests/kex/test_proposal.o \
619
620
$(SKOBJS )
620
621
621
622
regress/unittests/kex/test_kex$(EXEEXT ) : ${UNITTESTS_TEST_KEX_OBJS} \
Original file line number Diff line number Diff line change 5
5
* Placed in the public domain
6
6
*/
7
7
8
+ #include "includes.h"
9
+
8
10
#include <sys/types.h>
9
11
#include <signal.h>
10
12
#include <stdio.h>
13
+ #ifdef HAVE_STDINT_H
11
14
#include <stdint.h>
15
+ #endif
12
16
#include <stdlib.h>
13
17
#include <string.h>
14
18
15
- #include "test_helper.h"
19
+ #include "../test_helper/ test_helper.h"
16
20
17
21
#include "compat.h"
18
22
#include "ssherr.h"
You can’t perform that action at this time.
0 commit comments