diff options
Diffstat (limited to 'rts/include/ghcconfig.h')
-rw-r--r-- | rts/include/ghcconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/include/ghcconfig.h b/rts/include/ghcconfig.h new file mode 100644 index 0000000000..7b99835a23 --- /dev/null +++ b/rts/include/ghcconfig.h @@ -0,0 +1,4 @@ +#pragma once + +#include "ghcautoconf.h" +#include "ghcplatform.h" |