clean up build warnings on Windows

This commit is contained in:
Joey Hess 2017-11-14 14:14:10 -04:00
parent 8dd84b87f9
commit 07c4be500d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 10 additions and 8 deletions

View file

@ -10,9 +10,9 @@
module Utility.Su where
import Common
import Utility.Env
#ifndef mingw32_HOST_OS
import Utility.Env
import System.Posix.Terminal
#endif