diff options
Diffstat (limited to 'source/kit/file.c')
-rw-r--r-- | source/kit/file.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/kit/file.c b/source/kit/file.c index 2d52e92..fcc2780 100644 --- a/source/kit/file.c +++ b/source/kit/file.c @@ -11,7 +11,10 @@ enum { PATH_BUF_SIZE = 4096 }; # define WIN32_LEAN_AND_MEAN 1 # endif # include <stdint.h> + # include <Windows.h> + +# include <Shlwapi.h> #else # include <dirent.h> # include <sys/stat.h> |