.c files it is actually needed.
#include <unistd.h>
#include <pwd.h>
#include <ctype.h>
+#include <syslog.h>
#include "sudoers.h"
#include "parse.h"
/*
- * Copyright (c) 1994-1996, 1998-2016 Todd C. Miller <Todd.Miller@sudo.ws>
+ * Copyright (c) 1994-1996, 1998-2017 Todd C. Miller <Todd.Miller@sudo.ws>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
+#include <syslog.h>
#include "sudoers.h"
/*
- * Copyright (c) 1999-2005, 2009-2014
+ * Copyright (c) 1999-2005, 2009-2017
* Todd C. Miller <Todd.Miller@sudo.ws>
*
* Permission to use, copy, modify, and distribute this software for any
#ifndef SUDOERS_LOGGING_H
#define SUDOERS_LOGGING_H
-#include <syslog.h>
#ifdef __STDC__
# include <stdarg.h>
#else