diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 1d639e38aa82..6e8be174ec0b 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -363,4 +363,5 @@ int is_printable_array(char *p, unsigned int len); | |||
363 | 363 | ||
364 | int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz); | 364 | int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz); |
365 | 365 | ||
366 | int unit_number__scnprintf(char *buf, size_t size, u64 n); | ||
366 | #endif /* GIT_COMPAT_UTIL_H */ | 367 | #endif /* GIT_COMPAT_UTIL_H */ |