aboutsummaryrefslogtreecommitdiff
path: root/rmmod.c
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 @@
25#include <stdio.h> 25#include <stdio.h>
26#include <errno.h> 26#include <errno.h>
27#include <unistd.h> 27#include <unistd.h>
28#include <sys/syscall.h> 28#define __LIBRARY__
29#include <asm/unistd.h>
30/* #include <sys/syscall.h> */
29 31
30 32
31 33