kernel/tools/perf/util/path.h
.. .. @@ -2,6 +2,9 @@ 2 2 #ifndef _PERF_PATH_H 3 3 #define _PERF_PATH_H 4 4 5 +#include <stddef.h>6 +#include <stdbool.h>7 +5 8 struct dirent; 6 9 7 10 int path__join(char *bf, size_t size, const char *path1, const char *path2);