From 0030a6cd14a444176d405fe6c459bac2a9b9eaeb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 6 Apr 2015 13:37:11 +0200 Subject: fixed a missing (showed off_t undefined on Windows) --- src/master.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/master.c b/src/master.c index a7dbc26..ba259f6 100644 --- a/src/master.c +++ b/src/master.c @@ -10,6 +10,7 @@ #include #include +#include #ifndef _WIN32 #include #endif -- cgit v1.2.3-54-g00ecf