mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
f7b1d7f419
commit
959d78b29a
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue