Skip to content
Snippets Groups Projects
Commit 3d7db148 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Add missing #include on <stdlib.h>

This otherwise fails on newer Clangs, which warn
more aggressively on undeclared symbols.
parent 809f09e8
No related branches found
No related tags found
No related merge requests found
#include "HsFFI.h"
#include "conc059_stub.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#if mingw32_HOST_OS
#include <windows.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