diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-10-08 12:05:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-10-08 12:05:27 +0000 |
commit | 4a2013c2e05eb07380938569a196e08eba7c5226 (patch) | |
tree | 050a3abca4e37915af0364badf38770c52077603 /rts/Inlines.c | |
parent | ee9c47f20f7500a54101159c19db99a34f0a441a (diff) | |
download | haskell-4a2013c2e05eb07380938569a196e08eba7c5226.tar.gz |
Make appendToRunQueue EXTERN_INLINE rather than INLINE_HEADER
Fixes compilation with gcc 4.4
Diffstat (limited to 'rts/Inlines.c')
-rw-r--r-- | rts/Inlines.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Inlines.c b/rts/Inlines.c index 88cbdd2f44..fa521e4217 100644 --- a/rts/Inlines.c +++ b/rts/Inlines.c @@ -4,3 +4,4 @@ #define KEEP_INLINES #include "PosixSource.h" #include "Rts.h" +#include "Schedule.h" |