Skip to content

Commit 40899d8

Browse files
committed
client session BUGFIX missing config header
1 parent 27a0a2a commit 40899d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/session_client_ssh.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This source is compiled only with libssh.
88
*
9-
* Copyright (c) 2015 CESNET, z.s.p.o.
9+
* Copyright (c) 2015 - 2021 CESNET, z.s.p.o.
1010
*
1111
* This source code is licensed under BSD 3-Clause License (the "License").
1212
* You may not use this file except in compliance with the License.
@@ -35,6 +35,8 @@
3535
#ifdef ENABLE_DNSSEC
3636
# include <validator/resolver.h>
3737
# include <validator/validator.h>
38+
# include <validator/validator-config.h>
39+
3840
# include <validator/validator-compat.h>
3941
#endif
4042

0 commit comments

Comments
 (0)