Sync to trunk revision 61757.
[reactos.git] / dll / cpl / powercfg / powercfg.c
index 047dd33..8c08080 100644 (file)
@@ -11,6 +11,9 @@
 
 #include "powercfg.h"
 
+#include <winreg.h>
+#include <regstr.h>
+
 #define NUM_APPLETS    (1)
 
 static LONG APIENTRY Applet1(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam);