diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c index 4a44f9988..a51cbe6d8 100644 --- a/src/util.c +++ b/src/util.c @@ -5,7 +5,7 @@ #include <ctype.h> #include "posix.h" -#ifdef _MSV_VER +#ifdef _MSC_VER # include <Shlwapi.h> #endif |