diff --git a/lib/asn1_decoder.c b/lib/asn1_decoder.c index 2b3f46c049d45..b1ffcab7211a5 100644 --- a/lib/asn1_decoder.c +++ b/lib/asn1_decoder.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -504,3 +505,5 @@ int asn1_ber_decoder(const struct asn1_decoder *decoder, return -EBADMSG; } EXPORT_SYMBOL_GPL(asn1_ber_decoder); + +MODULE_LICENSE("GPL");