diff options
Diffstat (limited to 'lib/crc/crc32-main.c')
| -rw-r--r-- | lib/crc/crc32-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crc/crc32-main.c b/lib/crc/crc32-main.c index 7843512ffef4..fbb90c9006e5 100644 --- a/lib/crc/crc32-main.c +++ b/lib/crc/crc32-main.c @@ -25,6 +25,7 @@ /* see: Documentation/staging/crc32.rst for a description of algorithms */ #include <linux/crc32.h> +#include <linux/export.h> #include <linux/module.h> #include <linux/types.h> |