summaryrefslogtreecommitdiffstats
path: root/tools/include/linux/types.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2017-03-30 16:16:59 +0200
committerArnaldo Carvalho de Melo2017-03-31 16:26:03 +0200
commit67ef28794d7e30f33936d655f2951e8dcae7cd5a (patch)
tree38ee4c2cf8664fe9946fdd4e96b6135c210e8eca /tools/include/linux/types.h
parentperf utils: Fix spelling mistake: "Invalud" -> "Invalid" (diff)
downloadkernel-qcow2-linux-67ef28794d7e30f33936d655f2951e8dcae7cd5a.tar.gz
kernel-qcow2-linux-67ef28794d7e30f33936d655f2951e8dcae7cd5a.tar.xz
kernel-qcow2-linux-67ef28794d7e30f33936d655f2951e8dcae7cd5a.zip
tools include uapi: Grab copies of stat.h and fcntl.h
We will need it to build tools/perf/trace/beauty/statx.h. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-nin41ve2fa63lrfbdr6x57yr@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/include/linux/types.h')
-rw-r--r--tools/include/linux/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/linux/types.h b/tools/include/linux/types.h
index c24b3e3ae296..77a28a26a670 100644
--- a/tools/include/linux/types.h
+++ b/tools/include/linux/types.h
@@ -7,6 +7,7 @@
#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */
#include <asm/types.h>
+#include <asm/posix_types.h>
struct page;
struct kmem_cache;