[PATCH] ocfs2/dlm: fix compilation on ia64

Including <asm/signal.h> results in compilation failure on ia64 due to
 not including <linux/compiler.h>

 Including <linux/signal.h> corrects the problem.

 Please apply.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
Jeff Mahoney 2006-01-09 12:36:40 -05:00 committed by Mark Fasheh
parent 0c6c98fb18
commit aee93ac4b7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
* Boston, MA 021110-1307, USA.
*/
#include <asm/signal.h>
#include <linux/signal.h>
#include <linux/module.h>
#include <linux/fs.h>