X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=lib%2Fasn1_decoder.c;h=0bd8a611eb83c99aad01fcee01143bbaad490845;hb=6fcc8cea8279a0d37143e9af806aa9989193a8dd;hp=554522934c442ae15c01b1b1266e8e3e9515bfbd;hpb=eb4606e64a7d548f5d60a9583baa8104890b2c6e;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");