diff --git a/dlls/shell32/shlexec.c b/dlls/shell32/shlexec.c index 47b82d982d4..6da4c82a9c4 100644 --- a/dlls/shell32/shlexec.c +++ b/dlls/shell32/shlexec.c @@ -20,6 +20,7 @@ */ #include "config.h" +#include "wine/port.h" #include #include diff --git a/dlls/shell32/shlfileop.c b/dlls/shell32/shlfileop.c index 657e64f2a25..fe9236a04e1 100644 --- a/dlls/shell32/shlfileop.c +++ b/dlls/shell32/shlfileop.c @@ -18,6 +18,10 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#include "config.h" +#include "wine/port.h" + #include #include "winreg.h" diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c index 2196f442674..6a9bbb20006 100644 --- a/dlls/shell32/shlview.c +++ b/dlls/shell32/shlview.c @@ -36,6 +36,9 @@ * Release() ??? */ +#include "config.h" +#include "wine/port.h" + #include #include