From 44cbf6e5c64352862d81b59fcd2e4568ee8c557f Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Thu, 18 Jul 2019 09:46:30 +1000 Subject: [PATCH] uuid: Add directmanipulation.h. Signed-off-by: Alistair Leslie-Hughes Signed-off-by: Vijay Kiran Kamuju Signed-off-by: Alexandre Julliard --- dlls/uuid/uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c index aa3b30c3c7d..eacb83301d1 100644 --- a/dlls/uuid/uuid.c +++ b/dlls/uuid/uuid.c @@ -90,6 +90,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "netcfgx.h" #include "shimgdata.h" #include "comsvcs.h" +#include "directmanipulation.h" /* FIXME: cguids declares GUIDs but does not define their values */