diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-05 07:21:48 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-05 11:08:36 +0100 |
commit | 3f21581a81a6a4d5fe08ec29356eed43e87397ad (patch) | |
tree | 6ecd6bc2e9b47164f7b8cc0040e45e5aa9518eb8 /src/system/FatalError.cxx | |
parent | bb62ecf157cc4c11092bf3a3e90f3f14ab128a91 (diff) |
add various missing headers
Fixes building with gcc-4.8
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Diffstat (limited to 'src/system/FatalError.cxx')
-rw-r--r-- | src/system/FatalError.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system/FatalError.cxx b/src/system/FatalError.cxx index 85384c498..f02b4b581 100644 --- a/src/system/FatalError.cxx +++ b/src/system/FatalError.cxx @@ -28,6 +28,7 @@ #include <unistd.h> #include <stdarg.h> #include <stdio.h> +#include <stdlib.h> #ifdef WIN32 #include <windows.h> |