diff options
Diffstat (limited to 'rmmod.c')
-rw-r--r-- | rmmod.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +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 <stdlib.h> | ||
29 | #include <sys/syscall.h> | ||
30 | #include <linux/unistd.h> | ||
28 | #define __LIBRARY__ | 31 | #define __LIBRARY__ |
29 | 32 | ||
30 | 33 | ||