diff --git a/src/system/FatalError.cxx b/src/system/FatalError.cxx index 2752440f8..85384c498 100644 --- a/src/system/FatalError.cxx +++ b/src/system/FatalError.cxx @@ -25,7 +25,7 @@ #include -#include +#include #include #include @@ -41,7 +41,7 @@ gcc_noreturn static void Abort() { - exit(EXIT_FAILURE); + _exit(EXIT_FAILURE); } void