From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22647 invoked by alias); 3 Jun 2009 12:28:48 -0000 Received: (qmail 22640 invoked by alias); 3 Jun 2009 12:28:48 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - gfs2: Fix includes for building on rawhide To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 1f06d4db199d1394152f5551c12a8d3308b65fc5 X-Git-Newrev: 7aa9857d9a73d388bda41e28fc811ec4a56bdc00 From: Christine Caulfield Message-Id: <20090603122750.E5CA8120252@lists.fedorahosted.org> Date: Wed, 03 Jun 2009 12:28:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00463.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7aa9857d9a73d388bda41e28fc811ec4a56bdc00 Commit: 7aa9857d9a73d388bda41e28fc811ec4a56bdc00 Parent: 1f06d4db199d1394152f5551c12a8d3308b65fc5 Author: Christine Caulfield AuthorDate: Wed Jun 3 13:27:31 2009 +0100 Committer: Christine Caulfield CommitterDate: Wed Jun 3 13:27:31 2009 +0100 gfs2: Fix includes for building on rawhide Signed-off-by: Christine Caulfield --- 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 #include #include +#include #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 #include #include +#include #define _(String) gettext(String) #include 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 #include #include +#include #define _(String) gettext(String) #include "copyright.cf"