public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* gfs2-utils: master - gfs2: Fix includes for building on rawhide
@ 2009-06-08  7:29 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-06-08  7:29 UTC (permalink / raw)
  To: cluster-cvs-relay

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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-08  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-08  7:29 gfs2-utils: master - gfs2: Fix includes for building on rawhide Fabio M. Di Nitto

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).