diff options
Diffstat (limited to 'tools/perf/util/symbol.c')
-rw-r--r-- | tools/perf/util/symbol.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index e161a51c9fef..86ec6c720f0f 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c | |||
@@ -12,6 +12,10 @@ | |||
12 | #include <limits.h> | 12 | #include <limits.h> |
13 | #include <sys/utsname.h> | 13 | #include <sys/utsname.h> |
14 | 14 | ||
15 | #ifndef NT_GNU_BUILD_ID | ||
16 | #define NT_GNU_BUILD_ID 3 | ||
17 | #endif | ||
18 | |||
15 | enum dso_origin { | 19 | enum dso_origin { |
16 | DSO__ORIG_KERNEL = 0, | 20 | DSO__ORIG_KERNEL = 0, |
17 | DSO__ORIG_JAVA_JIT, | 21 | DSO__ORIG_JAVA_JIT, |