From: Steven Whitehouse Date: Thu, 18 Oct 2007 10:15:50 +0000 (+0100) Subject: [GFS2] Use correct include file in ops_address.c X-Git-Tag: v2.6.25-rc1~1241^2~45 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47e83b509127f5e83ae5d93afd5c7cb9241acc38;p=linux-2.6 [GFS2] Use correct include file in ops_address.c Something changed in the upstream kernel, and it needs this one-liner to allow ops_address.c to build. Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c index ae782d2cbd..7353933483 100644 --- a/fs/gfs2/ops_address.c +++ b/fs/gfs2/ops_address.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include "gfs2.h"