[BASESRV]
[reactos.git] / reactos / subsystems / win / basesrv / init.c
index b08d6bc..49e9485 100644 (file)
@@ -9,11 +9,14 @@
 /* INCLUDES *******************************************************************/
 
 #include "basesrv.h"
-#include "api.h"
+
+#include <winreg.h>
 
 #define NDEBUG
 #include <debug.h>
 
+#include "api.h"
+
 /* GLOBALS ********************************************************************/
 
 HANDLE BaseSrvDllInstance = NULL;