elua: Fix building of binary
authorChris Michael <devilhorns@comcast.net>
Tue, 10 Jun 2014 19:52:50 +0000 (15:52 -0400)
committerChris Michael <devilhorns@comcast.net>
Tue, 10 Jun 2014 19:52:50 +0000 (15:52 -0400)
commit3fd6061505d4b2e96f550b8204d076e4f309c31a
treef0e23b023fa0004989ff553d95611dec34c5ceb0
parent222544d81bb2ffd93dbe144e24269a2f1b6e7ceb
elua: Fix building of binary

If we have ENABLE_NLS then we need to #include <locale.h> for the
'setlocale' function else we get an implicit function declaration
warning, and a build failure due to LC_ALL not being defined

@fix

Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/elua/main.h