Skip to content
Snippets Groups Projects
Commit db11bfcb authored by Austin Seipp's avatar Austin Seipp
Browse files

Make sure to #include Stable.h in Linker.c


It needs freeStablePtr, which tripped my validate build, due to an
implicit declaration warning. I'm quite surprised this somehow did not
trip the build before.

Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
parent 645eadb9
No related merge requests found
......@@ -29,6 +29,7 @@
#include "StgPrimFloat.h" // for __int_encodeFloat etc.
#include "Proftimer.h"
#include "GetEnv.h"
#include "Stable.h"
#if !defined(mingw32_HOST_OS)
#include "posix/Signals.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