From 2aae8ef13015aed84030fddca2f4085d5713eb25 Mon Sep 17 00:00:00 2001 From: Hannes Eder Date: Thu, 5 Mar 2009 15:20:25 +0100 Subject: [PATCH] --- yaml --- r: 140115 b: refs/heads/master c: 7bf446f8b581cef434f5ff05e8a791563bc09b7f h: refs/heads/master i: 140113: eb41d46ce814ff9ac4f1f12330a6489f41c14022 140111: 06cbc77810adffaf9f75bae7e3089f14383f387b v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_ioctl.c | 1 + trunk/fs/xfs/support/debug.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a6484612b2e7..60e6331e8242 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3180e66d77e3c34cb466188105eace05dfeb5681 +refs/heads/master: 7bf446f8b581cef434f5ff05e8a791563bc09b7f diff --git a/trunk/fs/xfs/linux-2.6/xfs_ioctl.c b/trunk/fs/xfs/linux-2.6/xfs_ioctl.c index 6f04493b8aba..d0b499418a7d 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_ioctl.c +++ b/trunk/fs/xfs/linux-2.6/xfs_ioctl.c @@ -34,6 +34,7 @@ #include "xfs_dir2_sf.h" #include "xfs_dinode.h" #include "xfs_inode.h" +#include "xfs_ioctl.h" #include "xfs_btree.h" #include "xfs_ialloc.h" #include "xfs_rtalloc.h" diff --git a/trunk/fs/xfs/support/debug.c b/trunk/fs/xfs/support/debug.c index ae5482965424..930bb34804b0 100644 --- a/trunk/fs/xfs/support/debug.c +++ b/trunk/fs/xfs/support/debug.c @@ -17,6 +17,7 @@ */ #include #include "debug.h" +#include "xfs_error.h" /* xfs_mount.h drags a lot of crap in, sorry.. */ #include "xfs_sb.h"