summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/fbench.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/fbench/src/fbench/fbench.cpp b/fbench/src/fbench/fbench.cpp
index 88d27a33bd7..efac34409cc 100644
--- a/fbench/src/fbench/fbench.cpp
+++ b/fbench/src/fbench/fbench.cpp
@@ -14,6 +14,7 @@
#include <cmath>
#include <csignal>
#include <cinttypes>
+#include <cstdlib>
namespace {
@@ -327,7 +328,7 @@ FBench::Exit()
StopClients();
printf("\n");
PrintSummary();
- exit(0);
+ std::_Exit(0);
}
int