From 3f21581a81a6a4d5fe08ec29356eed43e87397ad Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 5 Nov 2013 07:21:48 +0000 Subject: add various missing headers Fixes building with gcc-4.8 Signed-off-by: Natanael Copa --- src/ConfigGlobal.cxx | 1 + src/InotifySource.cxx | 1 + src/system/FatalError.cxx | 1 + 3 files changed, 3 insertions(+) diff --git a/src/ConfigGlobal.cxx b/src/ConfigGlobal.cxx index 99932f621..49b9c08fb 100644 --- a/src/ConfigGlobal.cxx +++ b/src/ConfigGlobal.cxx @@ -32,6 +32,7 @@ #include #include +#include static ConfigData config_data; diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx index 8dc6b5c16..ccf5d3e14 100644 --- a/src/InotifySource.cxx +++ b/src/InotifySource.cxx @@ -27,6 +27,7 @@ #include #include +#include bool InotifySource::OnSocketReady(gcc_unused unsigned flags) 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 #include #include +#include #ifdef WIN32 #include -- cgit v1.2.3