hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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);