aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/FatalError.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/FatalError.cxx')
-rw-r--r--src/system/FatalError.cxx4
1 files changed, 2 insertions, 2 deletions
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 <glib.h>
-#include <stdlib.h>
+#include <unistd.h>
#include <stdarg.h>
#include <stdio.h>
@@ -41,7 +41,7 @@ gcc_noreturn
static void
Abort()
{
- exit(EXIT_FAILURE);
+ _exit(EXIT_FAILURE);
}
void