summaryrefslogtreecommitdiffstats
path: root/src/if_sniff.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-12-17 18:06:06 +0100
committerBram Moolenaar <Bram@vim.org>2010-12-17 18:06:06 +0100
commit9c26303293f9bbab75d7074038dec0d33f4eb635 (patch)
tree7bfda2c6111a9a0f2390ea6a917b5dd8db104e67 /src/if_sniff.c
parent0215e8e15bb97299cc1b00d3bae877309dadc505 (diff)
updated for version 7.3.085v7.3.085
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
Diffstat (limited to 'src/if_sniff.c')
-rw-r--r--src/if_sniff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if_sniff.c b/src/if_sniff.c
index d82f4e59b3..a9e9be022c 100644
--- a/src/if_sniff.c
+++ b/src/if_sniff.c
@@ -9,7 +9,6 @@
#ifdef WIN32
# include <stdio.h>
-# include "vimio.h"
# include <process.h>
# include <string.h>
# include <assert.h>