diff options
Diffstat (limited to 'tools/perf/util/probe-event.c')
| -rw-r--r-- | tools/perf/util/probe-event.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index 49a256e6e0a..aa04bf9c9ad 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c @@ -40,7 +40,7 @@  #include "color.h"  #include "symbol.h"  #include "thread.h" -#include "debugfs.h" +#include <lk/debugfs.h>  #include "trace-event.h"	/* For __maybe_unused */  #include "probe-event.h"  #include "probe-finder.h" |