diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:45:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:45:36 -0400 |
commit | 42f7b9fdd11a6b61f35e00e958342fab0949bed7 (patch) | |
tree | 41d5ffc58e92b673a1d7ae059351ca9e32c0ccdd /Utility | |
parent | ed993155bb4944c8a23f407b6080d719b3bdbb52 (diff) |
final warning fix
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Touch.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Touch.hsc b/Utility/Touch.hsc index 5d5df31a2..87d551ad6 100644 --- a/Utility/Touch.hsc +++ b/Utility/Touch.hsc @@ -28,9 +28,9 @@ module Utility.Touch ( import Utility.FileSystemEncoding import Control.Monad (when) +import Foreign #endif -import Foreign import Foreign.C newtype TimeSpec = TimeSpec CTime |