kernel/tools/perf/util/path.c
.. .. @@ -11,11 +11,12 @@ 11 11 * 12 12 * which is what it's designed for. 13 13 */ 14 -#include "cache.h"15 14 #include "path.h" 15 +#include "cache.h"16 16 #include <linux/kernel.h> 17 17 #include <limits.h> 18 18 #include <stdio.h> 19 +#include <string.h>19 20 #include <sys/types.h> 20 21 #include <sys/stat.h> 21 22 #include <dirent.h>