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