--- embedaddon/sudo/plugins/sudoers/audit.c 2013/07/22 00:54:41 1.1.1.3.2.1 +++ embedaddon/sudo/plugins/sudoers/audit.c 2014/06/15 16:12:54 1.1.1.5 @@ -33,13 +33,15 @@ #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"