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:
Robert 2009-04-27 09:21:25 -07:00 committed by Ask Bjørn Hansen
parent 75decb184b
commit b2c3fd5625

View File

@ -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;