kernel/tools/perf/util/c++/clang-test.cpp
.. .. @@ -1,10 +1,12 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include "clang.h" 3 3 #include "clang-c.h" 4 +extern "C" {5 +#include "../util.h"6 +}4 7 #include "llvm/IR/Function.h" 5 8 #include "llvm/IR/LLVMContext.h" 6 9 7 -#include <util-cxx.h>8 10 #include <tests/llvm.h> 9 11 #include <string> 10 12