From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (Postfix) with ESMTP id 4069929E06 for ; Tue, 12 Jan 2016 15:11:20 -0600 (CST) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay3.corp.sgi.com (Postfix) with ESMTP id BDAFAAC004 for ; Tue, 12 Jan 2016 13:11:19 -0800 (PST) Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by cuda.sgi.com with ESMTP id ab8pY1YyZrayAx5N (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 12 Jan 2016 13:11:18 -0800 (PST) Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id 210A920963 for ; Tue, 12 Jan 2016 22:11:17 +0100 (CET) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3pg4MS75glz5vN3 for ; Tue, 12 Jan 2016 22:11:16 +0100 (CET) Date: Tue, 12 Jan 2016 22:08:41 +0100 From: Felix Janda Subject: [PATCH 5/6] dump/var.c: Include for PATH_MAX Message-ID: <20160112210841.GF10044@nyan> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com Signed-off-by: Felix Janda --- dump/var.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dump/var.c b/dump/var.c index 645caab..6e3ead0 100644 --- a/dump/var.c +++ b/dump/var.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "config.h" -- 2.4.10 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs