From: Todd C. Miller Date: Mon, 9 Jan 2012 20:34:05 +0000 (-0500) Subject: Include locale.h X-Git-Tag: SUDO_1_8_4~68^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c30872260f5a56d6cc4323a0e20edd7a7ff20fc3;p=sudo Include locale.h --- diff --git a/plugins/sudoers/testsudoers.c b/plugins/sudoers/testsudoers.c index e4c836457..d63ca9230 100644 --- a/plugins/sudoers/testsudoers.c +++ b/plugins/sudoers/testsudoers.c @@ -60,6 +60,9 @@ #include #include #include +#ifdef HAVE_SETLOCALE +# include +#endif #include "tsgetgrpw.h" #include "sudoers.h"