hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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);