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

testsuite: Fix header #include order on Windows

<Rts.h> must always come first.
parent 7c63edb4
No related merge requests found
#include "Rts.h"
#include "ghcconfig.h"
#include "HsFFI.h"
#include <stdio.h>
#include <stdlib.h>
#include "Rts.h"
#include <string.h>
#include "HsFFI.h"
extern void loadPackages(void);
......
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