diff options
Diffstat (limited to 'lib/bsearch.c')
-rw-r--r-- | lib/bsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bsearch.c b/lib/bsearch.c index 5b54758e2afb..e33c179089db 100644 --- a/lib/bsearch.c +++ b/lib/bsearch.c @@ -9,7 +9,7 @@ * published by the Free Software Foundation; version 2. */ -#include <linux/module.h> +#include <linux/export.h> #include <linux/bsearch.h> /* |