aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorElie De Brauwer <eliedebrauwer@gmail.com>2012-07-15 13:28:51 +0200
committerElie De Brauwer <eliedebrauwer@gmail.com>2012-07-15 13:28:51 +0200
commit756f794beece13a27b4ab38947144fa356609d4c (patch)
tree4aa5d619d1cc0900cb07a6e8d5dbd6c0c20121eb /toys.h
parent2c917f5acc008e73b367ecf82402b5eac08db10c (diff)
downloadtoybox-756f794beece13a27b4ab38947144fa356609d4c.tar.gz
Adding initial implementation of taskset
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 a3339868..a03ed7c5 100644
--- a/toys.h
+++ b/toys.h
@@ -21,6 +21,7 @@
#include <pwd.h>
#include <sched.h>
#include <setjmp.h>
+#include <sched.h>
#include <shadow.h>
#include <stdarg.h>
#include <stdint.h>