diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-19 17:23:57 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-12-04 02:00:31 -0500 |
commit | bd01f843c3368dcee735c19603251669f23f4477 (patch) | |
tree | 3cb848f5577ff7c7cbb21982d81fa4baabc6a7b5 /fs/gfs2 | |
parent | a1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697 (diff) | |
download | linux-bd01f843c3368dcee735c19603251669f23f4477.tar.bz2 |
[PATCH] severing skbuff.h -> poll.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/locking/dlm/plock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/locking/dlm/plock.c b/fs/gfs2/locking/dlm/plock.c index 7365aec9511b..3799f19b282f 100644 --- a/fs/gfs2/locking/dlm/plock.c +++ b/fs/gfs2/locking/dlm/plock.c @@ -8,6 +8,7 @@ #include <linux/miscdevice.h> #include <linux/lock_dlm_plock.h> +#include <linux/poll.h> #include "lock_dlm.h" |