branch update for HEAD-2003021201
[reactos.git] / ntoskrnl / ex / power.c
index 34c63a6..f4f0289 100644 (file)
@@ -17,6 +17,7 @@
 #include <internal/io.h>
 #include <internal/mm.h>
 #include <internal/po.h>
+#include <internal/cc.h>
 
 #include <internal/debug.h>
 
@@ -40,6 +41,7 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
    IoShutdownRegisteredDevices();
    CmShutdownRegistry();
    IoShutdownRegisteredFileSystems();
+
    PiShutdownProcessManager();
    MiShutdownMemoryManager();