summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-12 14:23:54 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-19 11:56:58 -0500
commit0418c38d55c7a47967187dce2db5ea2ab1021b1e (patch)
tree81409c0ed420d5736c89e3d1e2595a98141e524a /rts
parent2b27cc164ae5a978a8abd9966d04af74628a5396 (diff)
downloadhaskell-0418c38d55c7a47967187dce2db5ea2ab1021b1e.tar.gz
rts: Add missing include of SymbolExtras.h
This broke the Windows build.
Diffstat (limited to 'rts')
-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>