summaryrefslogtreecommitdiff
path: root/tools/resample_session.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/resample_session.pl')
-rwxr-xr-xtools/resample_session.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/resample_session.pl b/tools/resample_session.pl
index c6a390f480..eadc536985 100755
--- a/tools/resample_session.pl
+++ b/tools/resample_session.pl
@@ -9,6 +9,8 @@
# The peakfiles and dead_sounds aren't copied. Only "identified" files are copied, instant.xml's
# or .bak's aren't copied either.
+use FindBin '$Bin';
+use lib "$Bin";
use XML::Parser::PerlSAX;
use XML::Handler::XMLWriter;
use IO::Handle;