diff --git a/dlls/advapi32/service.c b/dlls/advapi32/service.c index 0164370dca9..f0aa5e09652 100644 --- a/dlls/advapi32/service.c +++ b/dlls/advapi32/service.c @@ -4,6 +4,7 @@ * Copyright 1995 Sven Verdoolaege */ +#include #include #include "windef.h" diff --git a/dlls/comctl32/animate.c b/dlls/comctl32/animate.c index 4956e0eb39d..fa6618cec2c 100644 --- a/dlls/comctl32/animate.c +++ b/dlls/comctl32/animate.c @@ -14,7 +14,7 @@ * - concurrent access to infoPtr */ - +#include #include "winbase.h" #include "commctrl.h" #include "vfw.h" diff --git a/dlls/comctl32/comboex.c b/dlls/comctl32/comboex.c index 302c47ede70..f4a069bc754 100644 --- a/dlls/comctl32/comboex.c +++ b/dlls/comctl32/comboex.c @@ -34,6 +34,7 @@ * */ +#include #include "winbase.h" #include "commctrl.h" #include "debugtools.h" diff --git a/dlls/comctl32/flatsb.c b/dlls/comctl32/flatsb.c index 5fa83c64526..2d00fe59cbc 100644 --- a/dlls/comctl32/flatsb.c +++ b/dlls/comctl32/flatsb.c @@ -15,6 +15,7 @@ * */ +#include #include "winbase.h" #include "winerror.h" #include "commctrl.h" diff --git a/dlls/comctl32/hotkey.c b/dlls/comctl32/hotkey.c index dbe7f0c4c7a..349a5a40347 100644 --- a/dlls/comctl32/hotkey.c +++ b/dlls/comctl32/hotkey.c @@ -13,6 +13,7 @@ * - Display code. */ +#include #include "winbase.h" #include "commctrl.h" #include "debugtools.h" diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index dd39fa26dd7..72032382167 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -23,6 +23,7 @@ * limited in functionality too. */ +#include #include "winerror.h" #include "winbase.h" #include "wine/obj_base.h" diff --git a/dlls/comctl32/ipaddress.c b/dlls/comctl32/ipaddress.c index 3df4cdce708..da988fa0aaf 100644 --- a/dlls/comctl32/ipaddress.c +++ b/dlls/comctl32/ipaddress.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "winbase.h" #include "commctrl.h" diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c index 0e0d519024c..0ba750b256e 100644 --- a/dlls/comctl32/monthcal.c +++ b/dlls/comctl32/monthcal.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "winbase.h" #include "windef.h" diff --git a/dlls/comctl32/nativefont.c b/dlls/comctl32/nativefont.c index 7ef53afba90..2521582ecd0 100644 --- a/dlls/comctl32/nativefont.c +++ b/dlls/comctl32/nativefont.c @@ -13,6 +13,7 @@ * - All notifications. */ +#include #include "winbase.h" #include "commctrl.h" #include "debugtools.h" diff --git a/dlls/comctl32/pager.c b/dlls/comctl32/pager.c index 8f8bf3c2933..dc9e1ac301a 100644 --- a/dlls/comctl32/pager.c +++ b/dlls/comctl32/pager.c @@ -14,6 +14,7 @@ * Implement drag and drop style. */ +#include #include "winbase.h" #include "commctrl.h" #include "debugtools.h" diff --git a/dlls/comctl32/progress.c b/dlls/comctl32/progress.c index 84915f84acc..0163694f9a6 100644 --- a/dlls/comctl32/progress.c +++ b/dlls/comctl32/progress.c @@ -6,6 +6,7 @@ * */ +#include #include "winbase.h" #include "commctrl.h" #include "debugtools.h" diff --git a/dlls/comctl32/status.c b/dlls/comctl32/status.c index 933c156da06..e018ba6fbaa 100644 --- a/dlls/comctl32/status.c +++ b/dlls/comctl32/status.c @@ -10,6 +10,7 @@ * 2) Tooltip support (almost done). */ +#include #include "winbase.h" #include "wine/unicode.h" #include "commctrl.h" diff --git a/dlls/comctl32/trackbar.c b/dlls/comctl32/trackbar.c index 5b117671c7b..2a356b58d6f 100644 --- a/dlls/comctl32/trackbar.c +++ b/dlls/comctl32/trackbar.c @@ -22,6 +22,7 @@ #include +#include #include "winbase.h" #include "commctrl.h" diff --git a/dlls/commdlg/filedlgbrowser.c b/dlls/commdlg/filedlgbrowser.c index ac1b6c1abf0..3feebee7410 100644 --- a/dlls/commdlg/filedlgbrowser.c +++ b/dlls/commdlg/filedlgbrowser.c @@ -5,6 +5,7 @@ */ #include +#include #include "windef.h" #include "winbase.h" diff --git a/dlls/commdlg/finddlg32.c b/dlls/commdlg/finddlg32.c index 6691c1b4520..c639d6d3766 100644 --- a/dlls/commdlg/finddlg32.c +++ b/dlls/commdlg/finddlg32.c @@ -5,6 +5,7 @@ * Copyright 1998,1999 Bertho A. Stultiens */ +#include #include "winbase.h" #include "windef.h" #include "winnls.h" diff --git a/dlls/ddraw/convert.c b/dlls/ddraw/convert.c index bcb006087e5..9091c194a00 100644 --- a/dlls/ddraw/convert.c +++ b/dlls/ddraw/convert.c @@ -1,3 +1,4 @@ +#include #include "ddraw_private.h" #include "debugtools.h" diff --git a/dlls/ddraw/dclipper/main.c b/dlls/ddraw/dclipper/main.c index 0290b0461a7..985a6c11cc0 100644 --- a/dlls/ddraw/dclipper/main.c +++ b/dlls/ddraw/dclipper/main.c @@ -5,11 +5,11 @@ */ #include "config.h" -#include "winerror.h" -#include "debugtools.h" #include - +#include +#include "winerror.h" +#include "debugtools.h" #include "ddraw_private.h" #include "dclipper/main.h" #include "ddraw/main.h" diff --git a/dlls/ddraw/ddraw/user.c b/dlls/ddraw/ddraw/user.c index fd907b0c63b..3032b636c31 100644 --- a/dlls/ddraw/ddraw/user.c +++ b/dlls/ddraw/ddraw/user.c @@ -8,6 +8,7 @@ #include "ddraw.h" #include +#include #include "ddraw_private.h" #include "ddraw/main.h" diff --git a/dlls/ddraw/dsurface/dib.c b/dlls/ddraw/dsurface/dib.c index 285f66d1d6d..cf471838bbc 100644 --- a/dlls/ddraw/dsurface/dib.c +++ b/dlls/ddraw/dsurface/dib.c @@ -6,12 +6,12 @@ */ #include "config.h" -#include "winerror.h" -#include "bitmap.h" #include #include - +#include +#include "winerror.h" +#include "bitmap.h" #include "debugtools.h" #include "ddraw_private.h" #include "dsurface/main.h" diff --git a/dlls/ddraw/dsurface/user.c b/dlls/ddraw/dsurface/user.c index 37a581ffb51..47510c21e6d 100644 --- a/dlls/ddraw/dsurface/user.c +++ b/dlls/ddraw/dsurface/user.c @@ -4,11 +4,12 @@ */ #include "config.h" -#include "winerror.h" #include #include +#include +#include "winerror.h" #include "debugtools.h" #include "ddraw_private.h" #include "dsurface/main.h" diff --git a/dlls/ddraw/dsurface/wndproc.c b/dlls/ddraw/dsurface/wndproc.c index 76b30b4a7e2..def18798aa2 100644 --- a/dlls/ddraw/dsurface/wndproc.c +++ b/dlls/ddraw/dsurface/wndproc.c @@ -8,6 +8,7 @@ #include #include +#include #include "debugtools.h" #include "ddraw_private.h" diff --git a/dlls/dinput/device.c b/dlls/dinput/device.c index a7ca0ad3965..873f0c10234 100644 --- a/dlls/dinput/device.c +++ b/dlls/dinput/device.c @@ -12,6 +12,7 @@ */ #include "config.h" +#include #include "debugtools.h" #include "winbase.h" #include "winerror.h" diff --git a/dlls/dinput/dinput_main.c b/dlls/dinput/dinput_main.c index 1bfb489207b..42e7c7a5160 100644 --- a/dlls/dinput/dinput_main.c +++ b/dlls/dinput/dinput_main.c @@ -20,6 +20,7 @@ #include "config.h" #include +#include #include "debugtools.h" #include "winbase.h" diff --git a/dlls/dplayx/dpclassfactory.c b/dlls/dplayx/dpclassfactory.c index 48b6862f2f4..d0df9484259 100644 --- a/dlls/dplayx/dpclassfactory.c +++ b/dlls/dplayx/dpclassfactory.c @@ -1,4 +1,4 @@ - +#include #include "windef.h" #include "wine/obj_base.h" #include "winerror.h" diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c index 4b63f0616bb..66516b95bbf 100644 --- a/dlls/dplayx/dplay.c +++ b/dlls/dplayx/dplay.c @@ -5,6 +5,8 @@ * * */ + +#include #include "wine/port.h" #include "windef.h" #include "winerror.h" diff --git a/dlls/dplayx/dplaysp.c b/dlls/dplayx/dplaysp.c index 9bf907156b8..6fc0443d662 100644 --- a/dlls/dplayx/dplaysp.c +++ b/dlls/dplayx/dplaysp.c @@ -4,6 +4,7 @@ * Copyright 2000 Peter Hunnisett */ +#include #include "heap.h" #include "winerror.h" #include "debugtools.h" diff --git a/dlls/dplayx/dplayx_global.c b/dlls/dplayx/dplayx_global.c index 81132879947..d9b6fa58dfc 100644 --- a/dlls/dplayx/dplayx_global.c +++ b/dlls/dplayx/dplayx_global.c @@ -10,6 +10,7 @@ * dplayx.dll data which is accessible from all processes. */ +#include #include "debugtools.h" #include "winbase.h" #include "winerror.h" diff --git a/dlls/dplayx/dplayx_messages.c b/dlls/dplayx/dplayx_messages.c index e82eff3953c..cf36b6d783a 100644 --- a/dlls/dplayx/dplayx_messages.c +++ b/dlls/dplayx/dplayx_messages.c @@ -6,6 +6,7 @@ * */ +#include #include "winbase.h" #include "debugtools.h" diff --git a/dlls/dplayx/name_server.c b/dlls/dplayx/name_server.c index 68174a3d869..4a3112d87b1 100644 --- a/dlls/dplayx/name_server.c +++ b/dlls/dplayx/name_server.c @@ -8,6 +8,7 @@ /* NOTE: Methods with the NS_ prefix are name server methods */ +#include #include "winbase.h" #include "winnls.h" #include "wine/unicode.h" diff --git a/dlls/gdi/gdi_main.c b/dlls/gdi/gdi_main.c index ae89c0ee35d..897a57fcace 100644 --- a/dlls/gdi/gdi_main.c +++ b/dlls/gdi/gdi_main.c @@ -2,6 +2,7 @@ * GDI initialization code */ +#include #include "windef.h" #include "wingdi.h" #include "wine/winbase16.h" diff --git a/dlls/imagehlp/access.c b/dlls/imagehlp/access.c index c6a53754c4c..935e3194810 100644 --- a/dlls/imagehlp/access.c +++ b/dlls/imagehlp/access.c @@ -4,6 +4,7 @@ * Copyright 1998 Patrik Stridvall */ +#include #include "winbase.h" #include "winnt.h" #include "winerror.h" diff --git a/dlls/kernel/kernel_main.c b/dlls/kernel/kernel_main.c index afdc2b43bef..36f6f8cc00e 100644 --- a/dlls/kernel/kernel_main.c +++ b/dlls/kernel/kernel_main.c @@ -4,6 +4,7 @@ #include #include +#include #include "winbase.h" #include "wine/winbase16.h" diff --git a/dlls/msacm/filter.c b/dlls/msacm/filter.c index 40850521d2b..40e6d414fcd 100644 --- a/dlls/msacm/filter.c +++ b/dlls/msacm/filter.c @@ -6,6 +6,7 @@ * Copyright 1998 Patrik Stridvall */ +#include #include "winbase.h" #include "winnls.h" #include "winerror.h" diff --git a/dlls/msacm/format.c b/dlls/msacm/format.c index dea689f8120..716d588f836 100644 --- a/dlls/msacm/format.c +++ b/dlls/msacm/format.c @@ -7,6 +7,7 @@ * 2000 Eric Pouech */ +#include #include "winbase.h" #include "winnls.h" #include "winerror.h" diff --git a/dlls/msacm/pcmconverter.c b/dlls/msacm/pcmconverter.c index 23b4c3eb108..9e68a1e25eb 100644 --- a/dlls/msacm/pcmconverter.c +++ b/dlls/msacm/pcmconverter.c @@ -16,6 +16,7 @@ */ #include +#include #include "winnls.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/msacm/stream.c b/dlls/msacm/stream.c index eddbceb5a74..4c0fcc6804e 100644 --- a/dlls/msacm/stream.c +++ b/dlls/msacm/stream.c @@ -14,6 +14,7 @@ * + properly close ACM streams */ +#include #include "winbase.h" #include "winerror.h" #include "windef.h" diff --git a/dlls/msvideo/drawdib.c b/dlls/msvideo/drawdib.c index 424c1f316ce..0eea3b6a6b5 100644 --- a/dlls/msvideo/drawdib.c +++ b/dlls/msvideo/drawdib.c @@ -6,6 +6,7 @@ * Handle palettes */ +#include #include "windef.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/ntdll/reg.c b/dlls/ntdll/reg.c index 5ea5812650e..351250df72b 100644 --- a/dlls/ntdll/reg.c +++ b/dlls/ntdll/reg.c @@ -11,6 +11,7 @@ * HKEY_CLASSES \\REGISTRY\\MACHINE\\SOFTWARE\\CLASSES */ +#include #include "debugtools.h" #include "winreg.h" #include "winerror.h" diff --git a/dlls/ole32/antimoniker.c b/dlls/ole32/antimoniker.c index 0c8da5c9ab4..5008e34e323 100644 --- a/dlls/ole32/antimoniker.c +++ b/dlls/ole32/antimoniker.c @@ -5,6 +5,7 @@ ***************************************************************************************/ #include +#include #include "winbase.h" #include "winerror.h" #include "wine/unicode.h" diff --git a/dlls/ole32/clipboard.c b/dlls/ole32/clipboard.c index a5068cef58e..d1a53d2ecfe 100644 --- a/dlls/ole32/clipboard.c +++ b/dlls/ole32/clipboard.c @@ -45,6 +45,7 @@ */ #include +#include #include "windef.h" #include "winbase.h" diff --git a/dlls/ole32/compositemoniker.c b/dlls/ole32/compositemoniker.c index 60ab1c8cc82..6a4493907f1 100644 --- a/dlls/ole32/compositemoniker.c +++ b/dlls/ole32/compositemoniker.c @@ -4,6 +4,7 @@ * Copyright 1999 Noomen Hamza ***************************************************************************************/ #include +#include #include "winbase.h" #include "winerror.h" #include "debugtools.h" diff --git a/dlls/ole32/datacache.c b/dlls/ole32/datacache.c index 3126edbf24a..9bda1e795bc 100644 --- a/dlls/ole32/datacache.c +++ b/dlls/ole32/datacache.c @@ -30,6 +30,7 @@ * was stored and the aspect, but that's about it. */ #include +#include #include "windef.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/ole32/defaulthandler.c b/dlls/ole32/defaulthandler.c index 9a298787d9f..39b852b1f6a 100644 --- a/dlls/ole32/defaulthandler.c +++ b/dlls/ole32/defaulthandler.c @@ -32,6 +32,7 @@ * in place but no notifications are sent to the sinks yet. */ #include +#include #include "winbase.h" #include "winerror.h" diff --git a/dlls/ole32/errorinfo.c b/dlls/ole32/errorinfo.c index 92e96e1bf5d..4fb4ac15208 100644 --- a/dlls/ole32/errorinfo.c +++ b/dlls/ole32/errorinfo.c @@ -8,6 +8,7 @@ * TEB at offset 0xf80 */ +#include #include "debugtools.h" #include "windef.h" #include "heap.h" diff --git a/dlls/ole32/itemmoniker.c b/dlls/ole32/itemmoniker.c index 5571539913a..2de248d9a90 100644 --- a/dlls/ole32/itemmoniker.c +++ b/dlls/ole32/itemmoniker.c @@ -5,6 +5,7 @@ ***************************************************************************************/ #include +#include #include "winerror.h" #include "winbase.h" #include "winnls.h" diff --git a/dlls/ole32/moniker.c b/dlls/ole32/moniker.c index 6a5ec2f0d0e..31e49127744 100644 --- a/dlls/ole32/moniker.c +++ b/dlls/ole32/moniker.c @@ -6,6 +6,7 @@ */ #include +#include #include "winerror.h" #include "winbase.h" diff --git a/dlls/ole32/ole2impl.c b/dlls/ole32/ole2impl.c index 2fe7266a5b6..1cd283ad0fb 100644 --- a/dlls/ole32/ole2impl.c +++ b/dlls/ole32/ole2impl.c @@ -4,6 +4,7 @@ * Copyright (C) 1999-2000 Abey George */ +#include #include "winbase.h" #include "wingdi.h" #include "winuser.h" diff --git a/dlls/oleaut32/connpt.c b/dlls/oleaut32/connpt.c index d9de4245d48..8026c83a733 100644 --- a/dlls/oleaut32/connpt.c +++ b/dlls/oleaut32/connpt.c @@ -8,6 +8,7 @@ */ #include +#include #include "winerror.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c index 83981f27f7c..bfc8a45b345 100644 --- a/dlls/oleaut32/olepicture.c +++ b/dlls/oleaut32/olepicture.c @@ -22,6 +22,7 @@ * */ +#include #include "winerror.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/richedit/richedit.c b/dlls/richedit/richedit.c index 68caa1447d9..44d17d02f22 100644 --- a/dlls/richedit/richedit.c +++ b/dlls/richedit/richedit.c @@ -9,6 +9,7 @@ * */ +#include #include "windef.h" #include "winbase.h" #include "heap.h" diff --git a/dlls/setupapi/infparse.c b/dlls/setupapi/infparse.c index 8adfc6f91e0..26b97b97f3c 100644 --- a/dlls/setupapi/infparse.c +++ b/dlls/setupapi/infparse.c @@ -9,6 +9,7 @@ * (IpSaveRestorePosition, IpFindNextMatchLine, ...). */ +#include #include "debugtools.h" #include "windef.h" #include "winbase.h" diff --git a/dlls/shdocvw/classinfo.c b/dlls/shdocvw/classinfo.c index 58e1ec46f6c..251c0416e17 100644 --- a/dlls/shdocvw/classinfo.c +++ b/dlls/shdocvw/classinfo.c @@ -4,6 +4,7 @@ * 2001 John R. Sheets (for CodeWeavers) */ +#include #include "debugtools.h" #include "shdocvw.h" diff --git a/dlls/shdocvw/events.c b/dlls/shdocvw/events.c index 20ab5068ce2..c2259d97b48 100644 --- a/dlls/shdocvw/events.c +++ b/dlls/shdocvw/events.c @@ -7,6 +7,7 @@ * 2001 John R. Sheets (for CodeWeavers) */ +#include #include "debugtools.h" #include "shdocvw.h" diff --git a/dlls/shdocvw/factory.c b/dlls/shdocvw/factory.c index f4a4257a274..8e12c2dfdee 100644 --- a/dlls/shdocvw/factory.c +++ b/dlls/shdocvw/factory.c @@ -4,6 +4,7 @@ * 2001 John R. Sheets (for CodeWeavers) */ +#include #include "debugtools.h" #include "shdocvw.h" diff --git a/dlls/shdocvw/oleobject.c b/dlls/shdocvw/oleobject.c index c48d8cc84a3..862fcb87f2a 100644 --- a/dlls/shdocvw/oleobject.c +++ b/dlls/shdocvw/oleobject.c @@ -8,6 +8,7 @@ * 2001 John R. Sheets (for CodeWeavers) */ +#include #include "debugtools.h" #include "shdocvw.h" #include "ole2.h" diff --git a/dlls/shdocvw/shdocvw_main.c b/dlls/shdocvw/shdocvw_main.c index cde3a76f97d..466d7b6426c 100644 --- a/dlls/shdocvw/shdocvw_main.c +++ b/dlls/shdocvw/shdocvw_main.c @@ -4,8 +4,8 @@ * 2001 John R. Sheets (for CodeWeavers) */ +#include #include "debugtools.h" - #include "initguid.h" #include "ole2.h" #include "shlwapi.h" diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c index f5a4820ea91..d199742df2b 100644 --- a/dlls/shlwapi/ordinal.c +++ b/dlls/shlwapi/ordinal.c @@ -6,6 +6,7 @@ */ #include +#include #include "windef.h" #include "winnls.h" diff --git a/dlls/shlwapi/url.c b/dlls/shlwapi/url.c index 77f79143ce3..4b979d85fdc 100644 --- a/dlls/shlwapi/url.c +++ b/dlls/shlwapi/url.c @@ -4,6 +4,7 @@ * Copyright 2000 Huw D M Davies for CodeWeavers. */ +#include #include "windef.h" #include "winbase.h" #include "winerror.h" diff --git a/dlls/ttydrv/bitmap.c b/dlls/ttydrv/bitmap.c index 23821e6d128..6cd581b1941 100644 --- a/dlls/ttydrv/bitmap.c +++ b/dlls/ttydrv/bitmap.c @@ -4,6 +4,7 @@ * Copyright 1999 Patrik Stridvall */ +#include #include "bitmap.h" #include "gdi.h" #include "ttydrv.h" diff --git a/dlls/user/bidi16.c b/dlls/user/bidi16.c index 59a59e8c7ac..87e3af9d9ea 100644 --- a/dlls/user/bidi16.c +++ b/dlls/user/bidi16.c @@ -3,6 +3,7 @@ * Right now, most of these functions do nothing. */ +#include #include "winbase.h" #include "wingdi.h" #include "wine/winuser16.h" diff --git a/dlls/winmm/mcianim/mcianim.c b/dlls/winmm/mcianim/mcianim.c index 00b2094a66b..da8b6bb4fac 100644 --- a/dlls/winmm/mcianim/mcianim.c +++ b/dlls/winmm/mcianim/mcianim.c @@ -5,6 +5,7 @@ * Copyright 1994 Martin Ayotte */ +#include #include "windef.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/winmm/mcicda/mcicda.c b/dlls/winmm/mcicda/mcicda.c index e0fb2e7cbb0..c01e26535c9 100644 --- a/dlls/winmm/mcicda/mcicda.c +++ b/dlls/winmm/mcicda/mcicda.c @@ -9,6 +9,7 @@ #include "config.h" #include +#include #include "windef.h" #include "winbase.h" diff --git a/dlls/winmm/mciseq/mcimidi.c b/dlls/winmm/mciseq/mcimidi.c index d8182682961..a3142a0bfff 100644 --- a/dlls/winmm/mciseq/mcimidi.c +++ b/dlls/winmm/mciseq/mcimidi.c @@ -17,6 +17,7 @@ #include #include +#include #include "windef.h" #include "winbase.h" diff --git a/dlls/winmm/midimap/midimap.c b/dlls/winmm/midimap/midimap.c index 17cf7a19b79..9fd11525160 100644 --- a/dlls/winmm/midimap/midimap.c +++ b/dlls/winmm/midimap/midimap.c @@ -5,6 +5,7 @@ * Copyright 1999 Eric Pouech */ +#include #include "windef.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/winmm/wavemap/wavemap.c b/dlls/winmm/wavemap/wavemap.c index a21b0472f77..dba633fc529 100644 --- a/dlls/winmm/wavemap/wavemap.c +++ b/dlls/winmm/wavemap/wavemap.c @@ -11,6 +11,7 @@ * + use asynchronous ACM conversion */ +#include #include "windef.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/wsock32/socket.c b/dlls/wsock32/socket.c index 843b863d009..e06eb562689 100644 --- a/dlls/wsock32/socket.c +++ b/dlls/wsock32/socket.c @@ -21,6 +21,7 @@ #include "config.h" +#include #include #include "windef.h" #include "winbase.h" diff --git a/graphics/x11drv/dib.c b/graphics/x11drv/dib.c index 2a4dbb95037..a145a5ea03d 100644 --- a/graphics/x11drv/dib.c +++ b/graphics/x11drv/dib.c @@ -19,6 +19,7 @@ #endif /* defined(HAVE_LIBXXSHM) */ #include +#include #include "windef.h" #include "bitmap.h" #include "x11drv.h" diff --git a/include/heap.h b/include/heap.h index 625d5863dec..84ed5fd056a 100644 --- a/include/heap.h +++ b/include/heap.h @@ -9,6 +9,7 @@ #include "config.h" +#include #include "winbase.h" #include "winnls.h" #include "wine/unicode.h" diff --git a/memory/codepage.c b/memory/codepage.c index 142d693726e..9c6d54d8349 100644 --- a/memory/codepage.c +++ b/memory/codepage.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "winbase.h" #include "winerror.h" diff --git a/msdos/dosaspi.c b/msdos/dosaspi.c index dc457a99a0a..29771cbda5e 100644 --- a/msdos/dosaspi.c +++ b/msdos/dosaspi.c @@ -1,5 +1,6 @@ #include "config.h" +#include #include "winbase.h" #include "wine/windef16.h" #include "wine/winaspi.h" diff --git a/msdos/int11.c b/msdos/int11.c index 3aabe291fcf..611aea7fe61 100644 --- a/msdos/int11.c +++ b/msdos/int11.c @@ -4,6 +4,7 @@ #include #include +#include #include "config.h" #include "windef.h" diff --git a/msdos/int2f.c b/msdos/int2f.c index ceacd2253bd..a82a5014eef 100644 --- a/msdos/int2f.c +++ b/msdos/int2f.c @@ -9,6 +9,7 @@ #include "config.h" +#include #include "wine/winbase16.h" #include "dosexe.h" #include "miscemu.h" diff --git a/msdos/int33.c b/msdos/int33.c index 7a8ee43136e..944db4d7d23 100644 --- a/msdos/int33.c +++ b/msdos/int33.c @@ -3,6 +3,7 @@ */ #include +#include #include "windef.h" #include "winbase.h" diff --git a/objects/dib.c b/objects/dib.c index 5c4e8a3085e..29f8090f201 100644 --- a/objects/dib.c +++ b/objects/dib.c @@ -6,6 +6,7 @@ */ #include +#include #include "winbase.h" #include "bitmap.h" diff --git a/windows/multimon.c b/windows/multimon.c index 4a369b6f768..be4a2e703f2 100644 --- a/windows/multimon.c +++ b/windows/multimon.c @@ -4,6 +4,7 @@ * Copyright 1998 Turchanov Sergey */ +#include #include "windef.h" #include "wingdi.h" #include "winbase.h" diff --git a/windows/painting.c b/windows/painting.c index b6778117e01..072c52a2909 100644 --- a/windows/painting.c +++ b/windows/painting.c @@ -5,6 +5,7 @@ * 1999 Alex Korobka */ +#include #include "windef.h" #include "wingdi.h" #include "wine/winuser16.h" diff --git a/windows/sysparams.c b/windows/sysparams.c index d435a196d0e..52dd97440ef 100644 --- a/windows/sysparams.c +++ b/windows/sysparams.c @@ -7,6 +7,7 @@ #include "config.h" #include +#include #include "windef.h" #include "winbase.h" #include "winnls.h" diff --git a/windows/user.c b/windows/user.c index 45b152fb643..6eeaa997d98 100644 --- a/windows/user.c +++ b/windows/user.c @@ -6,6 +6,7 @@ */ #include +#include #include "wine/winbase16.h" #include "windef.h" #include "wingdi.h"