Add back the use lib 'lib' to qpsmtpd-prefork.
(I messed up the git foo in 19a0f5ded1
when I initially tried to keep this.)
This commit is contained in:
parent
75decb184b
commit
b2c3fd5625
@ -21,6 +21,7 @@ use IO::Socket;
|
|||||||
use IO::Select;
|
use IO::Select;
|
||||||
use POSIX;
|
use POSIX;
|
||||||
use IPC::Shareable(':all');
|
use IPC::Shareable(':all');
|
||||||
|
use lib 'lib';
|
||||||
use Qpsmtpd::TcpServer::Prefork;
|
use Qpsmtpd::TcpServer::Prefork;
|
||||||
use Qpsmtpd::Constants;
|
use Qpsmtpd::Constants;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
Loading…
Reference in New Issue
Block a user