diff options
Diffstat (limited to 'lib/ashldi3.c')
-rw-r--r-- | lib/ashldi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ashldi3.c b/lib/ashldi3.c index 1b6087db95a5..3ffc46e3bb6c 100644 --- a/lib/ashldi3.c +++ b/lib/ashldi3.c @@ -16,7 +16,7 @@ #include <linux/export.h> -#include <lib/libgcc.h> +#include <linux/libgcc.h> long long notrace __ashldi3(long long u, word_type b) { |