aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorElie De Brauwer <eliedebrauwer@gmail.com>2012-02-18 15:33:27 +0100
committerElie De Brauwer <eliedebrauwer@gmail.com>2012-02-18 15:33:27 +0100
commit2c162816e81ab49b43df565484f0d965f8984844 (patch)
tree1a2ecb6cdfbabc677d51d998b4ee6309ffa41892 /toys.h
parenta11a6cd272aeacf2836622e5ccea0214c73b1c46 (diff)
downloadtoybox-2c162816e81ab49b43df565484f0d965f8984844.tar.gz
Adding swapon and swapoff
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 5ed8089f..504e0dcb 100644
--- a/toys.h
+++ b/toys.h
@@ -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>