From 0418c38d55c7a47967187dce2db5ea2ab1021b1e Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Tue, 12 Nov 2019 14:23:54 -0500 Subject: [PATCH] rts: Add missing include of SymbolExtras.h This broke the Windows build. --- rts/linker/PEi386.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rts/linker/PEi386.c b/rts/linker/PEi386.c index ce503bf1496..2f65f6a208b 100644 --- a/rts/linker/PEi386.c +++ b/rts/linker/PEi386.c @@ -187,6 +187,7 @@ #include "GetEnv.h" #include "linker/PEi386.h" #include "linker/PEi386Types.h" +#include "linker/SymbolExtras.h" #include "LinkerInternals.h" #include <windows.h> -- GitLab