hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/perf/util/path.h
....@@ -2,6 +2,9 @@
22 #ifndef _PERF_PATH_H
33 #define _PERF_PATH_H
44
5
+#include <stddef.h>
6
+#include <stdbool.h>
7
+
58 struct dirent;
69
710 int path__join(char *bf, size_t size, const char *path1, const char *path2);