f35ace3a7b28917061ca9c2e3f446da70d58ec2d
[ghc-hetmet.git] / ghc / utils / runghc / rawSystem.c
1 /* Grab rawSystem from the library sources iff we're bootstrapping with an
2  * old version of GHC.
3  */
4 #if __GLASGOW_HASKELL__ < 601
5 #include "../../../libraries/base/cbits/rawSystem.c"
6 #endif