diff options
Diffstat (limited to 'modutils/rmmod.c')
-rw-r--r-- | modutils/rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 67cf58c3b..4c792d3ae 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "busybox.h" | 10 | #include "libbb.h" |
11 | #include <sys/syscall.h> | 11 | #include <sys/syscall.h> |
12 | 12 | ||
13 | #ifdef CONFIG_FEATURE_2_6_MODULES | 13 | #ifdef CONFIG_FEATURE_2_6_MODULES |