diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-17 17:02:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-17 17:02:24 -0400 |
commit | ecd72936a56320d0aceb431f795c457061be3d27 (patch) | |
tree | fc22b2e9df70f3124e40fbfd08c3b795fcdd19d5 | |
parent | 6ae232bc9573ee0b16967a4552f4f251a503c562 (diff) |
typo
-rw-r--r-- | Command/Add.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index 88515d79f..231beb1fb 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -24,7 +24,7 @@ import Annex.Link import qualified Annex import qualified Annex.Queue #ifndef __ANDROID__ -#ifdef WTTH_CLIBS +#ifdef WITH_CLIBS import Utility.Touch #endif #endif |