Skip to content

Commit

Permalink
Phonet: missing headers (sparse)
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Denis-Courmont <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Rémi Denis-Courmont authored and davem330 committed Apr 13, 2012
1 parent 3c490a8 commit 8e052e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net/phonet/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
#include <linux/errno.h>
#include <linux/init.h>

#include <net/sock.h>
#include <linux/phonet.h>
#include <net/phonet/phonet.h>

#define DYNAMIC_PORT_MIN 0x40
#define DYNAMIC_PORT_MAX 0x7f

Expand Down

0 comments on commit 8e052e5

Please sign in to comment.