--- embedaddon/sudo/plugins/sudoers/audit.c 2013/07/22 00:51:38 1.1.1.3 +++ embedaddon/sudo/plugins/sudoers/audit.c 2014/06/15 16:22:17 1.1.1.5.2.1 @@ -33,12 +33,16 @@ #endif /* HAVE_STDBOOL_H */ #include +#define DEFAULT_TEXT_DOMAIN "sudoers" +#include "gettext.h" /* must be included before missing.h */ + #include "missing.h" #include "logging.h" #include "sudo_debug.h" #ifdef HAVE_BSM_AUDIT # include "bsm_audit.h" +# include "gettext.h" #endif #ifdef HAVE_LINUX_AUDIT # include "linux_audit.h"