diff options
Diffstat (limited to 'extension/time.c')
-rw-r--r-- | extension/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/time.c b/extension/time.c index cf39ccc2..9fadfe54 100644 --- a/extension/time.c +++ b/extension/time.c @@ -62,6 +62,7 @@ int plugin_is_GPL_compatible; #include <time.h> #endif #if defined(HAVE_GETSYSTEMTIMEASFILETIME) +#define WIN32_LEAN_AND_MEAN #include <windows.h> #endif |