summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/scp.c')
-rw-r--r--crypto/openssh/scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/scp.c b/crypto/openssh/scp.c
index 08587b5..645d740 100644
--- a/crypto/openssh/scp.c
+++ b/crypto/openssh/scp.c
@@ -103,7 +103,7 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
-#if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H)
+#if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) && !defined(BROKEN_STRNVIS)
#include <vis.h>
#endif
OpenPOWER on IntegriCloud