summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-16 10:51:47 +0000
committerDana Jansens <danakj@orodu.net>2002-11-16 10:51:47 +0000
commitcd91abfd7cb1e48acae946717e835bc700a8bb85 (patch)
treec36aac8b2f9c5547176b2d13053048a1e1d8a0e0 /src/main.cc
parent6f5e60f0337e60d904a8f549aeaa631afefc8033 (diff)
include the right .h
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc4
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"
}