From 914703bee2422e2797576e06145380389096ec09 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 31 May 2010 21:59:46 +0200 Subject: Correct use of long instead of off_t for file size. (James Vega) --- src/os_win32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os_win32.h') diff --git a/src/os_win32.h b/src/os_win32.h index b57ee2388..527d8c7b3 100644 --- a/src/os_win32.h +++ b/src/os_win32.h @@ -93,6 +93,7 @@ #include #include +#include #ifndef STRICT # define STRICT -- cgit v1.2.1