summaryrefslogtreecommitdiffstats
path: root/src/if_cscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index f921965705..aef48d064a 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -22,7 +22,7 @@
# include <sys/wait.h>
#else
/* not UNIX, must be WIN32 */
-# include <io.h>
+# include "vimio.h"
# include <fcntl.h>
# include <process.h>
# define STDIN_FILENO 0