Added missing include for FSCTL_GET_REPARSE_POINT on Windows. #656

This commit is contained in:
Nathan Moinvaziri 2022-11-29 15:53:50 -08:00
parent a4b0c789f9
commit 5354bc842c

View File

@ -14,6 +14,7 @@
#include "mz_strm_os.h" #include "mz_strm_os.h"
#include <windows.h> #include <windows.h>
#include <winioctl.h>
/***************************************************************************/ /***************************************************************************/