diff --git a/compiler-rt/test/profile/Posix/gcov-fork.c b/compiler-rt/test/profile/Posix/gcov-fork.c index 022ce716a8dcb..b89eb64922f0c 100644 --- a/compiler-rt/test/profile/Posix/gcov-fork.c +++ b/compiler-rt/test/profile/Posix/gcov-fork.c @@ -8,6 +8,7 @@ // RUN: rm -f gcov-fork.gcda && %run %t // RUN: llvm-cov gcov -t gcov-fork.gcda | FileCheck %s +#include #include void func1() {} // CHECK: 1: [[#@LINE]]:void func1()