[sudo-commits] sudo changeset 12436:a9fb765c0fba

Todd C. Miller Todd.Miller at sudo.ws
Mon May 18 09:01:33 MDT 2020


changeset:	12436:a9fb765c0fba in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a9fb765c0fba
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon May 18 04:47:21 2020 -0600

Log Message:
	Add dependent system includes to make sudo_*.h more standalone.
	In the past we've relied on the various .c files to include the
	system headers that define types that the sudo_*.h headers require.
	This is fragile and can cause issues when includes get re-ordered.

diffstat:

 include/sudo_compat.h     |   1 +
 include/sudo_conf.h       |   6 ++++++
 include/sudo_debug.h      |   2 +-
 include/sudo_iolog.h      |   2 ++
 include/sudo_json.h       |  13 +++++++++++++
 include/sudo_util.h       |   1 +
 plugins/sudoers/sudoers.h |   1 +
 7 files changed, 25 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list