summaryrefslogtreecommitdiff
path: root/regress/unittests/sshbuf/test_sshbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/sshbuf/test_sshbuf.c')
-rw-r--r--regress/unittests/sshbuf/test_sshbuf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/unittests/sshbuf/test_sshbuf.c b/regress/unittests/sshbuf/test_sshbuf.c
index 834dcd050..85eacd66f 100644
--- a/regress/unittests/sshbuf/test_sshbuf.c
+++ b/regress/unittests/sshbuf/test_sshbuf.c
@@ -5,6 +5,9 @@
5 * Placed in the public domain 5 * Placed in the public domain
6 */ 6 */
7 7
8#define SSHBUF_INTERNAL 1 /* access internals for testing */
9#include "includes.h"
10
8#include <sys/types.h> 11#include <sys/types.h>
9#include <sys/param.h> 12#include <sys/param.h>
10#include <stdio.h> 13#include <stdio.h>
@@ -12,10 +15,9 @@
12#include <stdlib.h> 15#include <stdlib.h>
13#include <string.h> 16#include <string.h>
14 17
15#include "test_helper.h" 18#include "../test_helper/test_helper.h"
16 19
17#include "ssherr.h" 20#include "ssherr.h"
18#define SSHBUF_INTERNAL 1 /* access internals for testing */
19#include "sshbuf.h" 21#include "sshbuf.h"
20 22
21void sshbuf_tests(void); 23void sshbuf_tests(void);