[UDFS] Fix an include. CORE-9774

svn path=/trunk/; revision=68038
This commit is contained in:
Amine Khaldi 2015-06-06 13:07:21 +00:00
parent 9a67ed6926
commit 24a6ef1789

View file

@ -454,6 +454,6 @@ typedef NTSTATUS (*ptrFsRtlNotifyVolumeEvent) (
IN ULONG EventCode
);
#include "..\Include\ntddk_ex.h"
#include "Include\ntddk_ex.h"
#endif //__NTIFS_EX_H__