From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bunk Date: Mon, 26 Feb 2007 00:18:42 +0100 Subject: [Cluster-devel] [2.6 patch] fs/dlm/user.c should #include "user.h" Message-ID: <20070225231842.GD29575@stusta.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Every file should include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk --- --- linux-2.6.20-mm2/fs/dlm/user.c.old 2007-02-25 19:40:16.000000000 +0100 +++ linux-2.6.20-mm2/fs/dlm/user.c 2007-02-25 19:40:29.000000000 +0100 @@ -22,6 +22,7 @@ #include "lockspace.h" #include "lock.h" #include "lvb_table.h" +#include "user.h" static const char *name_prefix="dlm"; static struct miscdevice ctl_device;