X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fudp.h;fp=include%2Flinux%2Fudp.h;h=85a55658831c5f0acdf8edda61921f7df7e14e77;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=90223f057d507bd86edf2c8e30333319773e8f23;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/linux/udp.h b/include/linux/udp.h index 90223f057..85a556588 100644 --- a/include/linux/udp.h +++ b/include/linux/udp.h @@ -35,6 +35,7 @@ struct udphdr { #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */ #ifdef __KERNEL__ +#include #include #include @@ -46,7 +47,7 @@ struct udp_sock { unsigned int corkflag; /* Cork is required */ __u16 encap_type; /* Is this an Encapsulation socket? */ /* - * Following member retains the information to create a UDP header + * Following member retains the infomation to create a UDP header * when the socket is uncorked. */ __u16 len; /* total length of pending frames */