diff options
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index f71fed3e1..19801e31e 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -3268,7 +3268,7 @@ get_mef_name(void) static int start = -1; static int off = 0; #ifdef HAVE_LSTAT - struct stat sb; + stat_T sb; #endif if (*p_mef == NUL) |