aboutsummaryrefslogtreecommitdiff
path: root/rmmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'rmmod.c')
-rw-r--r--rmmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmmod.c b/rmmod.c
index 7d4538e6e..aab326123 100644
--- a/rmmod.c
+++ b/rmmod.c
@@ -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