From: Robert Lippmann robert.lippmann.development@gmail.com
--- dlls/powrprof/Makefile.in | 2 +- dlls/powrprof/powrprof.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/powrprof/Makefile.in b/dlls/powrprof/Makefile.in index d081c6af81e..258a6d23d06 100644 --- a/dlls/powrprof/Makefile.in +++ b/dlls/powrprof/Makefile.in @@ -1,6 +1,6 @@ MODULE = powrprof.dll IMPORTLIB = powrprof -IMPORTS = advapi32 +IMPORTS = advapi32 ole32
SOURCES = \ powrprof.c diff --git a/dlls/powrprof/powrprof.c b/dlls/powrprof/powrprof.c index c6a9bf8c56c..63356e93d4a 100644 --- a/dlls/powrprof/powrprof.c +++ b/dlls/powrprof/powrprof.c @@ -21,6 +21,7 @@ #include <stdlib.h> #include "ntstatus.h" #define WIN32_NO_STATUS +#include <initguid.h> #include "windef.h" #include "winbase.h" #include "winnt.h"