diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2011-08-24 18:43:18 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-26 12:02:50 -0400 |
commit | c2e0cd88691f214fdeacb63bbd823703456a1617 (patch) | |
tree | 9d1782b5ae8ce94307091e6fd4db9800bcf3fd18 /include/linux/netrom.h | |
parent | 22ad72b0277b02d4b4dee99ae69a58f616a46435 (diff) | |
download | blackbird-op-linux-c2e0cd88691f214fdeacb63bbd823703456a1617.tar.gz blackbird-op-linux-c2e0cd88691f214fdeacb63bbd823703456a1617.zip |
headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h>
These headers use the ax25_address type defined in <linux/ax25.h>.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netrom.h')
-rw-r--r-- | include/linux/netrom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netrom.h b/include/linux/netrom.h index 6939b32f66a0..af7313cc9cb6 100644 --- a/include/linux/netrom.h +++ b/include/linux/netrom.h @@ -7,6 +7,8 @@ #ifndef NETROM_KERNEL_H #define NETROM_KERNEL_H +#include <linux/ax25.h> + #define NETROM_MTU 236 #define NETROM_T1 1 |