X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fatalk.h;h=d34c187432ed883e6bcb498c6d9299c68e68d118;hb=5d96218b4a5ee0c5ff0ac87f3ba90cfa86ca0ca1;hp=ced8a1ed080ca55d053a4ecd960cab4fe7fbfa9f;hpb=4f7a307dc6e4d8bfeb56f7cf7231b08cb845687c;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/atalk.h b/include/linux/atalk.h index ced8a1ed080c..d34c187432ed 100644 --- a/include/linux/atalk.h +++ b/include/linux/atalk.h @@ -1,6 +1,7 @@ #ifndef __LINUX_ATALK_H__ #define __LINUX_ATALK_H__ +#include #include /* @@ -85,8 +86,6 @@ static inline struct atalk_sock *at_sk(struct sock *sk) return (struct atalk_sock *)sk; } -#include - struct ddpehdr { __be16 deh_len_hops; /* lower 10 bits are length, next 4 - hops */ __be16 deh_sum;