Skip to content

Commit

Permalink
Merge pull request haskell#73 from erikd/master
Browse files Browse the repository at this point in the history
Fix CPP usage
  • Loading branch information
snoyberg authored Oct 23, 2016
2 parents 18bb13c + f995e84 commit 8514798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Process/Internals.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import System.Posix.Internals (FD)

import System.Process.Common

#if WINDOWS
#ifdef WINDOWS
import System.Process.Windows
#else
import System.Process.Posix
Expand Down

0 comments on commit 8514798

Please sign in to comment.