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:
Kurt Lidl 2016-11-12 03:07:41 +00:00
parent f7b1d7f419
commit 959d78b29a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308567

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"