diff options
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/List.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Remote/List.hs b/Remote/List.hs index c09341fb5..14a1771b4 100644 --- a/Remote/List.hs +++ b/Remote/List.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP #-} + {- git-annex remote list - - Copyright 2011 Joey Hess <joey@kitenet.net> |