[UDFS] Fix an include. CORE-9774
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 6 Jun 2015 13:07:21 +0000 (13:07 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 6 Jun 2015 13:07:21 +0000 (13:07 +0000)
svn path=/trunk/; revision=68038

reactos/drivers/filesystems/udfs/ntifs_ex.h

index 8ad07e6..68fc8f0 100644 (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__