From cd91abfd7cb1e48acae946717e835bc700a8bb85 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 16 Nov 2002 10:51:47 +0000 Subject: [PATCH] include the right .h --- src/main.cc | 4 ++++ 1 file changed, 4 insertions(+) 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" } -- 2.39.2