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 --- swaponoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swaponoff.c') diff --git a/swaponoff.c b/swaponoff.c index 223436c..bb8395f 100644 --- a/swaponoff.c +++ b/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.1