X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fasn1_decoder.c;h=0bd8a611eb83c99aad01fcee01143bbaad490845;hb=53b18980fded52e39520661af3528577d36eb279;hp=554522934c442ae15c01b1b1266e8e3e9515bfbd;hpb=aaa36d3a98e20b858438eb16cd5c81f27be6dfd5;p=cascardo%2Flinux.git diff --git a/lib/asn1_decoder.c b/lib/asn1_decoder.c index 554522934c44..0bd8a611eb83 100644 --- a/lib/asn1_decoder.c +++ b/lib/asn1_decoder.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -506,3 +507,5 @@ error: return -EBADMSG; } EXPORT_SYMBOL_GPL(asn1_ber_decoder); + +MODULE_LICENSE("GPL");