commit | d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f | [log] [tgz] |
---|---|---|
author | Borislav Petkov <[email protected]> | Fri Apr 25 21:31:02 2014 +0200 |
committer | Jiri Olsa <[email protected]> | Thu May 01 21:22:39 2014 +0200 |
tree | 94240760600b3b1de6b6c95fe76b68a6990b2669 | |
parent | 5ac3e4b6d1d8fb911bb9c497126c51b02033a412 [diff] [blame] |
tools: Consolidate types.h Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. Move DECLARE_BITMAP to its proper bitmap.h header. Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Rusty Russell <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Jiri Olsa <[email protected]>
diff --git a/tools/perf/tests/keep-tracking.c b/tools/perf/tests/keep-tracking.c index 497957f..7a5ab7b 100644 --- a/tools/perf/tests/keep-tracking.c +++ b/tools/perf/tests/keep-tracking.c
@@ -1,4 +1,4 @@ -#include <sys/types.h> +#include <linux/types.h> #include <unistd.h> #include <sys/prctl.h>