public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: gfs2-utils: master - gfs2: Fix includes for building on rawhide
Date: Mon, 08 Jun 2009 07:29:00 -0000	[thread overview]
Message-ID: <20090608072842.E62DF120373@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=6eb36495192b073d0b8942882ef62d573b77e7b9
Commit:        6eb36495192b073d0b8942882ef62d573b77e7b9
Parent:        1bbc8aa0eb4afd4fb01ccca17266576152bba004
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Wed Jun 3 13:27:31 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Jun 8 09:27:57 2009 +0200

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 c4bc927..ad71ba5 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 49a22a4..58b933c 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 2da78a4..5cad9da 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-08  7:29 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=20090608072842.E62DF120373@lists.fedorahosted.org \
    --to=fabbione@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).