Skip to content
Snippets Groups Projects
Commit 4e0b8f4d authored by Ben Gamari's avatar Ben Gamari Committed by Ben Gamari
Browse files

rts: Fix #include of <linker/PEi386.h>

Test Plan: Validate on Windows

Reviewers: austin, erikd, simonmar

Subscribers: thomie

Differential Revision: https://phabricator.haskell.org/D2696
parent 2cfbee89
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
/* Platform specific headers */
#if defined(OBJFORMAT_PEi386)
# include "linkers/PEi386.h"
# include "linker/PEi386.h"
#elif defined(darwin_HOST_OS)
# include "linker/MachO.h"
# include <regex.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment