diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-19 09:52:37 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-19 09:52:37 +0000 |
commit | 4ce464acb5a54ec19ff1c4a2c18547ed414f82c0 (patch) | |
tree | 95ce2d2d158dc049d3983f8530814a40a12c1fe3 | |
parent | 43e61859d7d769f2488c5ab3abda23d95e609c01 (diff) | |
download | haskell-4ce464acb5a54ec19ff1c4a2c18547ed414f82c0.tar.gz |
fix an include
-rw-r--r-- | rts/package.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 3b890d7db6..1b3711617f 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -1,7 +1,7 @@ /* The RTS is just another package! */ #include "ghcconfig.h" -#include "RtsConfig.h" +#include "rts/Config.h" name: rts version: 1.0 |