diff options
Diffstat (limited to 'src/lib/Xmobar/Plugins/DateZone.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins/DateZone.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Xmobar/Plugins/DateZone.hs b/src/lib/Xmobar/Plugins/DateZone.hs index 5dad871..f3207c8 100644 --- a/src/lib/Xmobar/Plugins/DateZone.hs +++ b/src/lib/Xmobar/Plugins/DateZone.hs @@ -23,6 +23,7 @@ module Xmobar.Plugins.DateZone (DateZone(..)) where import Xmobar.Commands +import Xmobar.Utils(tenthSeconds) #ifdef DATEZONE import Control.Concurrent.STM |