diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/rmmod.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index d01725329..bc5c03e62 100644 --- a/modutils/rmmod.c +++ b/modutils/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 | ||