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