hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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);