diff options
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ | |||
103 | #include <string.h> | 103 | #include <string.h> |
104 | #include <time.h> | 104 | #include <time.h> |
105 | #include <unistd.h> | 105 | #include <unistd.h> |
106 | #if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) | 106 | #if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) && !defined(BROKEN_STRNVIS) |
107 | #include <vis.h> | 107 | #include <vis.h> |
108 | #endif | 108 | #endif |
109 | 109 | ||