Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'rmmod.c')
-rw-r--r--rmmod.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rmmod.c b/rmmod.c
index d01725329..bc5c03e62 100644
--- a/rmmod.c
+++ b/rmmod.c
@@ -25,7 +25,9 @@
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
-#include <sys/syscall.h>
+#define __LIBRARY__
+#include <asm/unistd.h>
+/* #include <sys/syscall.h> */