2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

HMCCUCHN: Fixed missing timer::hires

git-svn-id: https://svn.fhem.de/fhem/trunk@10269 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap 2015-12-26 16:31:39 +00:00
parent 6c3c94cc73
commit 125b395838

View File

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