hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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);