diff options
Diffstat (limited to 'src/lib/util/io')
-rw-r--r-- | src/lib/util/io/fd.cc | 2 | ||||
-rw-r--r-- | src/lib/util/io/fd_share.cc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/util/io/fd.cc b/src/lib/util/io/fd.cc index f04a107090..9d89485d15 100644 --- a/src/lib/util/io/fd.cc +++ b/src/lib/util/io/fd.cc @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include <config.h> + #include <util/io/fd.h> #include <unistd.h> diff --git a/src/lib/util/io/fd_share.cc b/src/lib/util/io/fd_share.cc index 40a2796073..ff33479647 100644 --- a/src/lib/util/io/fd_share.cc +++ b/src/lib/util/io/fd_share.cc @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include <config.h> + #include <cstring> #include <cstdlib> |