From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/tools/perf/util/usage.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/kernel/tools/perf/util/usage.c b/kernel/tools/perf/util/usage.c index 070d25c..196438e 100644 --- a/kernel/tools/perf/util/usage.c +++ b/kernel/tools/perf/util/usage.c @@ -8,7 +8,9 @@ * Copyright (C) Linus Torvalds, 2005 */ #include "util.h" -#include "debug.h" +#include <stdio.h> +#include <stdlib.h> +#include <linux/compiler.h> static __noreturn void usage_builtin(const char *err) { -- Gitblit v1.6.2