From: Luis R. Rodriguez Date: Tue, 3 Apr 2012 03:15:36 +0000 (-0700) Subject: compat: fix compilation warning on compat-3.5.c X-Git-Tag: compat-2012-07-02~1^2~30 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c80c4efeded204ea3b5573b934bde68f617f00ab;p=compat-rdma%2Fcompat.git compat: fix compilation warning on compat-3.5.c Needs to include module.h Signed-off-by: Luis R. Rodriguez --- diff --git a/compat/compat-3.5.c b/compat/compat-3.5.c index d29c5f9..5d516f0 100644 --- a/compat/compat-3.5.c +++ b/compat/compat-3.5.c @@ -9,6 +9,7 @@ */ #include +#include int simple_open(struct inode *inode, struct file *file) {