public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christine Caulfield <chrissie@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - gfs2: Fix includes for building on rawhide
Date: Wed, 03 Jun 2009 12:28:00 -0000 [thread overview]
Message-ID: <20090603122750.E5CA8120252@lists.fedorahosted.org> (raw)
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"
reply other threads:[~2009-06-03 12:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090603122750.E5CA8120252@lists.fedorahosted.org \
--to=chrissie@fedoraproject.org \
--cc=cluster-cvs-relay@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).