2
0
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:
Todd C. Miller
2017-12-08 15:00:41 -07:00
parent e78283af99
commit b16912da1d
3 changed files with 4 additions and 3 deletions

View File

@@ -34,6 +34,7 @@
#include <unistd.h>
#include <pwd.h>
#include <ctype.h>
#include <syslog.h>
#include "sudoers.h"
#include "parse.h"