From b7fbfdd2e11af925eaa90bf04622c91295e9709a Mon Sep 17 00:00:00 2001 From: markusbloch <> Date: Wed, 17 Jul 2013 20:47:49 +0000 Subject: [PATCH] git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3444 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/PRESENCE/presenced | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/PRESENCE/presenced b/contrib/PRESENCE/presenced index 82720d919..e0672f3fa 100755 --- a/contrib/PRESENCE/presenced +++ b/contrib/PRESENCE/presenced @@ -34,6 +34,7 @@ use File::Basename; use Getopt::Long; use threads; use threads::shared; +use Time::HiRes qw(gettimeofday); use warnings; use strict;