@@ -8,5 +8,10 @@
*/
#include "syscalls.h"
+
+#ifdef __NR_swapoff
#include <sys/swap.h>
_syscall1(int, swapoff, const char *, path);
+#endif