summaryrefslogtreecommitdiff
path: root/devel/android-tools-simpleperf/files/patch-simpleperf_utils.cpp
blob: f4aceb4079a201439754168e2c381a0c01041ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- simpleperf/utils.cpp.orig	2015-08-12 01:49:40 UTC
+++ simpleperf/utils.cpp
@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <string.h> // strcmp
 #include <sys/stat.h>
 #include <unistd.h>