2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

added dependencies via use

git-svn-id: https://svn.fhem.de/fhem/trunk@2233 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2012-11-30 22:10:36 +00:00
parent a8f1088513
commit 57c13c2ea0
2 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,7 @@ package main;
use strict;
use warnings;
use Time::HiRes qw(gettimeofday sleep);
require "$attr{global}{modpath}/FHEM/HttpUtils.pm";
use HttpUtils;
sub YAMAHA_AVR_Get($@);
sub YAMAHA_AVR_Define($$);

View File

@ -31,6 +31,7 @@ package main;
use strict;
use warnings;
use Time::HiRes qw(gettimeofday);
use DevIo;
my %connection_type = (
0 => "0",