]> git.ipfire.org Git - thirdparty/util-linux.git/commit
taskset: include-what-you-use header check
authorSami Kerola <kerolasa@iki.fi>
Sun, 17 Jul 2011 17:59:16 +0000 (19:59 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 21 Jul 2011 15:29:38 +0000 (17:29 +0200)
commit6f45c0e9ff04db97550eada4a3e115613c7cf150
tree0f631e5b3a537a3485f33355992b0cd95de34ebd
parent4033fbe3e6158410f9c4c1a883d52f3cddafc88d
taskset: include-what-you-use header check

taskset.c should add these lines:
 #include <sched.h>   for sched_getaffinity, etc
 #include <stddef.h>  for size_t
 #include <string.h>  for memset

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
schedutils/taskset.c