diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-02-02 10:30:04 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-02-02 10:30:04 +0100 |
commit | ef886c6ab86436f0d8b5128799a8f801c62d859a (patch) | |
tree | c80c44942eea3487f15e5543157179483893faac /util.c | |
parent | 80c5385a8384b2219e5d44c19b2d67eddd540c1f (diff) |
include linux/sched.h
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ #include <syslog.h> #include <sched.h> #include <sys/resource.h> +#include <linux/sched.h> #include "macro.h" #include "util.h" |