diff toys.h @ 482:b4a9fd8773d6

Adding swapon and swapoff
author Elie De Brauwer <eliedebrauwer@gmail.com>
date Sat, 18 Feb 2012 15:33:27 +0100
parents 35f6a1bd1417
children 31215cc6c9f2
line wrap: on
line diff
--- a/toys.h	Sat Feb 18 14:13:55 2012 +0100
+++ b/toys.h	Sat Feb 18 15:33:27 2012 +0100
@@ -29,6 +29,7 @@
 #include <sys/stat.h>
 #include <sys/statvfs.h>
 #include <sys/sysinfo.h>
+#include <sys/swap.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <unistd.h>