diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-11-08 20:41:03 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-08 20:41:03 -0800 |
commit | 415ce61aef5e9b2ed2516a13888c733bea15aedf (patch) | |
tree | 82615919476aaa0e6d3f3de8ed0c1578581527ed /net/appletalk | |
parent | e0000163e30eeb112b41486ea113fd54f64e1f17 (diff) |
net/appletalk: using compat_ptr needs inclusion of linux/compat.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/appletalk')
-rw-r--r-- | net/appletalk/ddp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index b631cc734540..73ca4d524928 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c @@ -56,6 +56,7 @@ #include <linux/if_arp.h> #include <linux/smp_lock.h> #include <linux/termios.h> /* For TIOCOUTQ/INQ */ +#include <linux/compat.h> #include <net/datalink.h> #include <net/psnap.h> #include <net/sock.h> |