summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-12 14:23:54 -0500
committerBen Gamari <ben@well-typed.com>2019-11-15 13:07:25 -0500
commit443d4185ce99ed78c12f56a493b3fb5e6c2bc98a (patch)
tree03aea42f6119f6a9923904eac9b543f7771dda3a
parentc2991f16cb6f5b4e7cff46a394dda4247d973f44 (diff)
downloadhaskell-wip/fix-win32-linker.tar.gz
rts: Add missing include of SymbolExtras.hwip/fix-win32-linker
This broke the Windows build.
-rw-r--r--rts/linker/PEi386.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/linker/PEi386.c b/rts/linker/PEi386.c
index ce503bf149..2f65f6a208 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>