diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c index 44c3d816081..386bc9bb99b 100644 --- a/dlls/crypt32/rootstore.c +++ b/dlls/crypt32/rootstore.c @@ -31,6 +31,9 @@ #endif #include #include +#ifdef HAVE_SECURITY_SECURITY_H +#include +#endif #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h" @@ -40,9 +43,6 @@ #include "winternl.h" #include "wine/debug.h" #include "crypt32_private.h" -#ifdef HAVE_SECURITY_SECURITY_H -#include -#endif WINE_DEFAULT_DEBUG_CHANNEL(crypt);