X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fipcomp.h;h=87c1af3e5e8243be480e0cec57860242c722a914;hb=refs%2Fheads%2Fvserver;hp=e651a57ecdd57e1545ea1e494f9b9e24264d1d27;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/net/ipcomp.h b/include/net/ipcomp.h index e651a57ec..87c1af3e5 100644 --- a/include/net/ipcomp.h +++ b/include/net/ipcomp.h @@ -1,11 +1,14 @@ #ifndef _NET_IPCOMP_H #define _NET_IPCOMP_H +#include +#include + #define IPCOMP_SCRATCH_SIZE 65400 struct ipcomp_data { u16 threshold; - struct crypto_tfm **tfms; + struct crypto_comp **tfms; }; #endif