mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Don't include syslog.h from logging.h, just include it in the two
.c files it is actually needed.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#include <ctype.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include "sudoers.h"
|
||||
#include "parse.h"
|
||||
|
Reference in New Issue
Block a user