diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-16 10:51:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-16 10:51:47 +0000 |
| commit | cd91abfd7cb1e48acae946717e835bc700a8bb85 (patch) | |
| tree | c36aac8b2f9c5547176b2d13053048a1e1d8a0e0 /src/main.cc | |
| parent | 6f5e60f0337e60d904a8f549aeaa631afefc8033 (diff) | |
include the right .h
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 4 |
1 files changed, 4 insertions, 0 deletions
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 <locale.h> +#endif // HAVE_LOCALE_H + #include "gettext.h" } |
