hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/perf/util/path.c
....@@ -11,11 +11,12 @@
1111 *
1212 * which is what it's designed for.
1313 */
14
-#include "cache.h"
1514 #include "path.h"
15
+#include "cache.h"
1616 #include <linux/kernel.h>
1717 #include <limits.h>
1818 #include <stdio.h>
19
+#include <string.h>
1920 #include <sys/types.h>
2021 #include <sys/stat.h>
2122 #include <dirent.h>