summaryrefslogtreecommitdiff
path: root/FS/FS/Daemon.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Daemon.pm')
-rw-r--r--FS/FS/Daemon.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Daemon.pm b/FS/FS/Daemon.pm
index 3e64f79..7e0d45c 100644
--- a/FS/FS/Daemon.pm
+++ b/FS/FS/Daemon.pm
@@ -5,6 +5,7 @@ use vars qw( $pid_dir $me $pid_file $sigint $sigterm $logfile );
use Exporter;
use Fcntl qw(:flock);
use POSIX qw(setsid);
+use IO::File;
use Date::Format;
#this is a simple refactoring of the stuff from freeside-queued, just to