]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf clockid: Add missing include
authorIan Rogers <irogers@google.com>
Wed, 1 Apr 2026 16:13:17 +0000 (09:13 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 3 Apr 2026 02:35:16 +0000 (19:35 -0700)
commit623030fd0ad59ecc4197b0c0f8dd066a0f0598b3
treef3bad7697092d0f09378dc613b29eeb90c542e84
parent11e8d234d4be7af401e8a24e078005ecd9bc1d1a
perf clockid: Add missing include

clockid_t is declared in time.h but the include is missing. Reordering
header files may result in build breakages. Add the include to avoid
this.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/clockid.h