diff options
Diffstat (limited to 'rmmod.c')
-rw-r--r-- | rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,13 +21,13 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include "busybox.h" | ||
25 | #include <stdio.h> | 24 | #include <stdio.h> |
26 | #include <errno.h> | 25 | #include <errno.h> |
27 | #include <unistd.h> | 26 | #include <unistd.h> |
28 | #include <stdlib.h> | 27 | #include <stdlib.h> |
29 | #include <sys/syscall.h> | 28 | #include <sys/syscall.h> |
30 | #include <linux/unistd.h> | 29 | #include <linux/unistd.h> |
30 | #include "busybox.h" | ||
31 | #define __LIBRARY__ | 31 | #define __LIBRARY__ |
32 | 32 | ||
33 | 33 | ||