include winreg.h
authorChristoph von Wittich <christoph_vw@reactos.org>
Mon, 29 Jun 2009 18:23:48 +0000 (18:23 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Mon, 29 Jun 2009 18:23:48 +0000 (18:23 +0000)
svn path=/trunk/; revision=41693

rostests/winetests/powrprof/pwrprof.c

index 4bd1271..96a0790 100644 (file)
@@ -1,4 +1,4 @@
-#include<stdarg.h>
+#include <stdarg.h>
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #define STANDALONE
@@ -6,6 +6,7 @@
 #include "winternl.h"
 #include "windef.h"
 #include "winbase.h"
+#include "winreg.h"
 #include "powrprof.h"
 #include "assert.h"