On Wed, Jan 21 2026, Sangamesh Mallayya wrote: > --- a/gcc/diagnostics/sarif-sink.cc > +++ b/gcc/diagnostics/sarif-sink.cc > @@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public > License > along with GCC; see the file COPYING3. If not see > <http://www.gnu.org/licenses/>. */ > > +#include "config.h" > + > #ifdef __MINGW32__ > #include <winsock2.h> > #include <afunix.h> > @@ -26,7 +28,6 @@ along with GCC; see the file COPYING3. If not see > #include <sys/socket.h> > #endif > > -#include "config.h" > #define INCLUDE_LIST > #define INCLUDE_MAP > #define INCLUDE_STRING
LGTM for aarch64-w64-mingw32 target. Regards, Evgeny
