public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - gfs2: Fix includes for building on rawhide
@ 2009-06-03 12:28 Christine Caulfield
0 siblings, 0 replies; only message in thread
From: Christine Caulfield @ 2009-06-03 12:28 UTC (permalink / raw)
To: cluster-cvs-relay
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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-03 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03 12:28 cluster: STABLE3 - gfs2: Fix includes for building on rawhide Christine Caulfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).