.../c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp b/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp index 274f816..aef1b4d 100644 --- a/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp +++ b/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp @@ -52,6 +52,7 @@ static void runAtExitHandlers() { #include #endif #include +#include /* stat functions are redirecting to __xstat with a version number. On x86-64 * linking with libc_nonshared.a and -Wl,--export-dynamic doesn't make 'stat' * available as an exported symbol, so we have to add it explicitly.