aboutsummaryrefslogtreecommitdiff
path: root/swaponoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaponoff.c')
-rw-r--r--swaponoff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaponoff.c b/swaponoff.c
index bb8395fa4..b43f3cdc1 100644
--- a/swaponoff.c
+++ b/swaponoff.c
@@ -28,7 +28,6 @@
#include <mntent.h>
#include <dirent.h>
#include <errno.h>
-#include <sys/syscall.h>
_syscall2(int, swapon, const char *, path, int, flags);
_syscall1(int, swapoff, const char *, path);