[seed] [gettext] On some systems, we need to explicitly include locale.h to get the LC_* consts
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [gettext] On some systems, we need to explicitly include locale.h to get the LC_* consts
- Date: Sat, 4 Jul 2009 01:40:42 +0000 (UTC)
commit 62c77eb8d4dddc043cf584a2083539f63d3e83fa
Author: Tim Horton <hortont424 gmail com>
Date: Fri Jul 3 21:32:08 2009 -0400
[gettext] On some systems, we need to explicitly include locale.h to get the LC_* consts
modules/gettext/gettext.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/modules/gettext/gettext.c b/modules/gettext/gettext.c
index 6a89d34..5a251a6 100644
--- a/modules/gettext/gettext.c
+++ b/modules/gettext/gettext.c
@@ -1,5 +1,6 @@
#include <seed.h>
#include <glib/gi18n.h>
+#include <locale.h>
SeedObject namespace_ref;
SeedEngine * eng;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]