2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Need to include gettext.h for BSM audit.

This commit is contained in:
Todd C. Miller
2013-08-15 13:36:25 -06:00
parent 85fc5792d4
commit 1b39c3758d

View File

@@ -44,6 +44,9 @@
# include "linux_audit.h"
#endif
#define DEFAULT_TEXT_DOMAIN "sudoers"
#include "gettext.h"
void
audit_success(char *exec_args[])
{