diff --git a/Shorewall/Perl/compiler.pl b/Shorewall/Perl/compiler.pl index 1d61e2397..b797ba709 100755 --- a/Shorewall/Perl/compiler.pl +++ b/Shorewall/Perl/compiler.pl @@ -46,6 +46,8 @@ # If the is omitted, then a 'check' operation is performed. # use strict; +use FindBin; +use lib "$FindBin::Bin"; # Required to allow modules to reside in ${BASEDIR}/Shorewall/ use Shorewall::Compiler; use Getopt::Long;