diff options
Diffstat (limited to 'tools/perf/util/usage.c')
| -rw-r--r-- | tools/perf/util/usage.c | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/perf/util/usage.c b/tools/perf/util/usage.c index e16bf9a707e..4007aca8e0c 100644 --- a/tools/perf/util/usage.c +++ b/tools/perf/util/usage.c @@ -1,9 +1,13 @@  /* - * GIT - The information manager from hell + * usage.c + * + * Various reporting routines. + * Originally copied from GIT source.   *   * Copyright (C) Linus Torvalds, 2005   */  #include "util.h" +#include "debug.h"  static void report(const char *prefix, const char *err, va_list params)  {  | 
