diff --git a/dlls/crypt32/decode.c b/dlls/crypt32/decode.c index be7e40fdd80..47b0ba6515e 100644 --- a/dlls/crypt32/decode.c +++ b/dlls/crypt32/decode.c @@ -30,6 +30,9 @@ * MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject" */ +#include "config.h" +#include "wine/port.h" + #include #include #include diff --git a/dlls/crypt32/encode.c b/dlls/crypt32/encode.c index 6d5d152147e..f769afcd76a 100644 --- a/dlls/crypt32/encode.c +++ b/dlls/crypt32/encode.c @@ -30,6 +30,9 @@ * MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject" */ +#include "config.h" +#include "wine/port.h" + #include #include #include