--- 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:22:17 1.1.1.5.2.1 @@ -33,6 +33,9 @@ #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"