From 9b2297a34e35be143155769a470331af2f2b9330 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 10 Jul 2000 20:08:44 +0000 Subject: Remove yet more kernel header dependancies. -Erik --- util-linux/swaponoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/swaponoff.c') diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 223436c29..bb8395fa4 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include _syscall2(int, swapon, const char *, path, int, flags); _syscall1(int, swapoff, const char *, path); -- cgit v1.2.3