From patchwork Mon May 31 13:45:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Hesse X-Patchwork-Id: 103284 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4VE6QUf024636 for ; Mon, 31 May 2010 14:06:26 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755330Ab0EaOGZ (ORCPT ); Mon, 31 May 2010 10:06:25 -0400 Received: from kolab.mylinuxtime.de ([80.190.48.10]:50947 "EHLO kolab.mylinuxtime.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754925Ab0EaOGY (ORCPT ); Mon, 31 May 2010 10:06:24 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 31 May 2010 14:06:27 +0000 (UTC) X-Greylist: delayed 1254 seconds by postgrey-1.27 at vger.kernel.org; Mon, 31 May 2010 10:06:24 EDT Received: from localhost (localhost [127.0.0.1]) by kolab.mylinuxtime.de (Postfix) with ESMTP id 12DA5118C005 for ; Mon, 31 May 2010 15:45:27 +0200 (CEST) X-Spam-ASN: X-Spam-Checker-Version: SpamAssassin 3.2.5-gr2 (2008-06-10) on kolab.mylinuxtime.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_40 autolearn=ham version=3.2.5-gr2 Received: from kolab.mylinuxtime.de ([127.0.0.1]) by localhost (kolab.mylinuxtime.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19539-05 for ; Mon, 31 May 2010 15:45:27 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by kolab.mylinuxtime.de (Postfix) with ESMTP id EE291118C006 for ; Mon, 31 May 2010 15:45:26 +0200 (CEST) Received: from leda.localnet (unknown [10.5.1.215]) by kolab.mylinuxtime.de (Postfix) with ESMTP id E3388118C005 for ; Mon, 31 May 2010 15:45:26 +0200 (CEST) From: Christian Hesse To: linux-btrfs@vger.kernel.org Subject: missing include in btrfsck.c Date: Mon, 31 May 2010 15:45:24 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.33-ARCH; KDE/4.4.3; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201005311545.25546.mail@earthworm.de> Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Signed-off-by: Christian Hesse --- btrfsck.c 2010-05-31 15:24:40.000000000 +0200 +++ btrfsck.c 2010-05-31 15:23:26.000000000 +0200 @@ -21,6 +21,7 @@ #include #include #include +#include #include "kerncompat.h" #include "ctree.h" #include "disk-io.h"