<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- sqlninja.orig	2020-05-13 17:49:11.000000000 -0700
+++ sqlninja	2020-05-13 17:54:17.000000000 -0700
@@ -37,6 +37,8 @@
 # icesurfer: we should check only if $conf-&gt;session == 1, but the checks are done after the conf file is parsed
 use DBI;
 
+use lib '@@SQLNINJA_LIB_PATH@@';
+
 require "lib/utils.pl";
 require "lib/session.pl";
 require "lib/fingerprint.pl";
</pre></body></html>