From b2c3fd562598df92ef29f6789f90a77f9ea34069 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 27 Apr 2009 09:21:25 -0700 Subject: [PATCH] Add back the use lib 'lib' to qpsmtpd-prefork. (I messed up the git foo in 19a0f5ded1 when I initially tried to keep this.) --- qpsmtpd-prefork | 1 + 1 file changed, 1 insertion(+) diff --git a/qpsmtpd-prefork b/qpsmtpd-prefork index 887f940..3c31994 100755 --- a/qpsmtpd-prefork +++ b/qpsmtpd-prefork @@ -21,6 +21,7 @@ use IO::Socket; use IO::Select; use POSIX; use IPC::Shareable(':all'); +use lib 'lib'; use Qpsmtpd::TcpServer::Prefork; use Qpsmtpd::Constants; use Getopt::Long;