summaryrefslogtreecommitdiff
path: root/devel/android-tools-simpleperf/files/patch-simpleperf_dso.cpp
blob: b865fadd08864df2a78896e50040053470a900bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- simpleperf/dso.cpp.orig	2015-08-12 01:49:40 UTC
+++ simpleperf/dso.cpp
@@ -16,6 +16,7 @@
 
 #include "dso.h"
 
+#include <limits.h> // ULLONG_MAX
 #include <stdlib.h>
 #include <base/logging.h>
 #include "environment.h"