aboutsummaryrefslogtreecommitdiff
path: root/secure/ssh.mk
diff options
context:
space:
mode:
Diffstat (limited to 'secure/ssh.mk')
-rw-r--r--secure/ssh.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/ssh.mk b/secure/ssh.mk
index 97dd089d98e8..816081df219e 100644
--- a/secure/ssh.mk
+++ b/secure/ssh.mk
@@ -7,7 +7,7 @@ SSHDIR= ${SRCTOP}/crypto/openssh
SFTP_CLIENT_SRCS=sftp-common.c sftp-client.c sftp-glob.c
SKSRCS= ssh-sk-client.c
-CFLAGS+= -I${SSHDIR} -include ssh_namespace.h
+CFLAGS+= -I${SSHDIR} -I${SSHDIR}/openbsd-compat/include -include ssh_namespace.h
.if ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -include krb5_config.h