diff --git a/fhem/FHEM/71_YAMAHA_AVR.pm b/fhem/FHEM/71_YAMAHA_AVR.pm index b831aa383..4baacff6d 100755 --- a/fhem/FHEM/71_YAMAHA_AVR.pm +++ b/fhem/FHEM/71_YAMAHA_AVR.pm @@ -16,7 +16,7 @@ # But in my oppinion these are the most relevant usecases within fhem. # # Copyright by Markus Bloch -# e-mail: +# e-mail: Notausstieg0309@googlemail.com # # This file is part of fhem. # @@ -41,6 +41,7 @@ use strict; use warnings; use Time::HiRes qw(gettimeofday sleep); +require "$attr{global}{modpath}/FHEM/HttpUtils.pm"; sub YAMAHA_AVR_Get($@); sub YAMAHA_AVR_Define($$); diff --git a/fhem/FHEM/72_FB_CALLMONITOR.pm b/fhem/FHEM/72_FB_CALLMONITOR.pm index 9ceea8b83..b9830e8ad 100755 --- a/fhem/FHEM/72_FB_CALLMONITOR.pm +++ b/fhem/FHEM/72_FB_CALLMONITOR.pm @@ -7,7 +7,7 @@ # This module has no sets or gets as it is only used for event triggering. # # Copyright by Markus Bloch -# e-mail: +# e-mail: Notausstieg0309@googlemail.com # # This file is part of fhem. #