summary refs log tree commit diff
path: root/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.c')
-rw-r--r--fetch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetch.c b/fetch.c
index a3aaec9..166cd11 100644
--- a/fetch.c
+++ b/fetch.c
@@ -49,7 +49,11 @@
 #include <netdb.h>
 #include <fcntl.h>
 #include <signal.h>
+#ifdef __linux__
+#include <bsd/vis.h>
+#else
 #include <vis.h>
+#endif
 #include <stdio.h>
 #include <stdarg.h>
 #include <errno.h>