diff options
Diffstat (limited to 'plugins-scripts/check_wave.pl')
| -rwxr-xr-x | plugins-scripts/check_wave.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl index 2671112a..b8ec3f03 100755 --- a/plugins-scripts/check_wave.pl +++ b/plugins-scripts/check_wave.pl | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | use strict; | 5 | use strict; |
| 6 | use lib utils.pm; | 6 | use FindBin; |
| 7 | use lib "$FindBin::Bin"; | ||
| 7 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 8 | use utils qw($TIMEOUT %ERRORS &print_revision &support); |
| 8 | use vars qw($PROGNAME); | 9 | use vars qw($PROGNAME); |
| 9 | use Getopt::Long; | 10 | use Getopt::Long; |
