HMCCUCHN: Fixed missing timer::hires

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10269 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap
2015-12-26 16:31:39 +00:00
parent a4a4a3666f
commit a782a04db5

View File

@@ -39,6 +39,8 @@ use strict;
use warnings; use warnings;
use SetExtensions; use SetExtensions;
use Time::HiRes;
sub HMCCUCHN_Define ($@); sub HMCCUCHN_Define ($@);
sub HMCCUCHN_Set ($@); sub HMCCUCHN_Set ($@);
sub HMCCUCHN_Get ($@); sub HMCCUCHN_Get ($@);