This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - gfs2: Fix includes for building on rawhide


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7aa9857d9a73d388bda41e28fc811ec4a56bdc00
Commit:        7aa9857d9a73d388bda41e28fc811ec4a56bdc00
Parent:        1f06d4db199d1394152f5551c12a8d3308b65fc5
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Wed Jun 3 13:27:31 2009 +0100
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Wed Jun 3 13:27:31 2009 +0100

gfs2: Fix includes for building on rawhide

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 gfs2/fsck/main.c |    1 +
 gfs2/mkfs/main.c |    1 +
 gfs2/tool/main.c |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gfs2/fsck/main.c b/gfs2/fsck/main.c
index 5cef826..ec750c2 100644
--- a/gfs2/fsck/main.c
+++ b/gfs2/fsck/main.c
@@ -8,6 +8,7 @@
 #include <ctype.h>
 #include <signal.h>
 #include <libintl.h>
+#include <locale.h>
 #define _(String) gettext(String)
 
 #include "copyright.cf"
diff --git a/gfs2/mkfs/main.c b/gfs2/mkfs/main.c
index d1ad9ad..f7de8b2 100644
--- a/gfs2/mkfs/main.c
+++ b/gfs2/mkfs/main.c
@@ -11,6 +11,7 @@
 #include <errno.h>
 #include <libgen.h>
 #include <libintl.h>
+#include <locale.h>
 #define _(String) gettext(String)
 
 #include <linux/types.h>
diff --git a/gfs2/tool/main.c b/gfs2/tool/main.c
index 27a3d69..1d01727 100644
--- a/gfs2/tool/main.c
+++ b/gfs2/tool/main.c
@@ -12,6 +12,7 @@
 #include <errno.h>
 #include <linux/types.h>
 #include <libintl.h>
+#include <locale.h>
 #define _(String) gettext(String)
 
 #include "copyright.cf"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]