Fix build when WITHOUT_BLACKLIST=yes is specified

PR:		214409
Submitted by:	matthew
Reported by:	matteo
MFC after:		3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
lidl 2016-11-12 03:07:41 +00:00
parent 8c793b3b6b
commit ac509e51fb

View File

@ -93,10 +93,7 @@ __FBSDID("$FreeBSD$");
#include <security/pam_appl.h>
#endif
#ifdef USE_BLACKLIST
#include "blacklist_client.h"
#endif
#include "pathnames.h"
#include "extern.h"