Only include log_client.h if SUDOERS_LOG_CLIENT is defined.

This commit is contained in:
Todd C. Miller
2021-10-21 19:46:35 -06:00
parent cf47187eb5
commit 00f0c233b2
6 changed files with 27 additions and 18 deletions

View File

@@ -62,6 +62,7 @@
#include "sudo_iolog.h"
#include "hostcheck.h"
#include "log_client.h"
#include "strlist.h"
/* Shared between iolog.c and audit.c */
struct client_closure *client_closure;