From ddd56d37d9b745bd8f337b6edeb3137f34d70499 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@3444 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/PRESENCE/presenced | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/contrib/PRESENCE/presenced b/fhem/contrib/PRESENCE/presenced index 82720d919..e0672f3fa 100755 --- a/fhem/contrib/PRESENCE/presenced +++ b/fhem/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;