Skip to content

Commit

Permalink
net/appletalk: using compat_ptr needs inclusion of linux/compat.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Nov 9, 2009
1 parent e000016 commit 415ce61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/appletalk/ddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 415ce61

Please sign in to comment.