diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-03-30 11:16:59 -0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-05 10:28:56 +0200 |
| commit | 4c0d447524c11f5d431f05db68e02e286caa3e01 (patch) | |
| tree | 37329124fd0b5494756cb9858fbd4e0c7d2373f4 /tools/include/linux | |
| parent | f8d0cad4a459aec8bd01486cf53fc5cd34ff92d1 (diff) | |
tools include uapi: Grab copies of stat.h and fcntl.h
commit 67ef28794d7e30f33936d655f2951e8dcae7cd5a upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/include/linux')
| -rw-r--r-- | tools/include/linux/types.h | 1 |
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; |
