From: Dana Jansens Date: Sat, 16 Nov 2002 10:51:47 +0000 (+0000) Subject: include the right .h X-Git-Tag: openbox-2_1_3~18 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=cd91abfd7cb1e48acae946717e835bc700a8bb85;p=dana%2Fopenbox.git 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" }