From: Dana Jansens Date: Sat, 16 Nov 2002 10:51:47 +0000 (+0000) Subject: include the right .h X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=cd91abfd7cb1e48acae946717e835bc700a8bb85;hp=6f5e60f0337e60d904a8f549aeaa631afefc8033;p=chaz%2Fopenbox include the right .h --- diff --git a/src/main.cc b/src/main.cc index 6b131b92..5b6c7885 100644 --- a/src/main.cc +++ b/src/main.cc @@ -9,6 +9,10 @@ #endif // HAVE_CONFIG_H extern "C" { +#ifdef HAVE_LOCALE_H +# include +#endif // HAVE_LOCALE_H + #include "gettext.h" }