diff options
Diffstat (limited to 'swaponoff.c')
-rw-r--r-- | swaponoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaponoff.c b/swaponoff.c index 223436c29..bb8395fa4 100644 --- a/swaponoff.c +++ b/swaponoff.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <mntent.h> | 28 | #include <mntent.h> |
29 | #include <dirent.h> | 29 | #include <dirent.h> |
30 | #include <errno.h> | 30 | #include <errno.h> |
31 | #include <linux/unistd.h> | 31 | #include <sys/syscall.h> |
32 | 32 | ||
33 | _syscall2(int, swapon, const char *, path, int, flags); | 33 | _syscall2(int, swapon, const char *, path, int, flags); |
34 | _syscall1(int, swapoff, const char *, path); | 34 | _syscall1(int, swapoff, const char *, path); |