summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commit1d7bd3f3169d03fcb2f9f127f97bb78942523d79 (patch)
tree9bc2eb00cb27a3829c13a0a58d7e0418bbd32121 /src/birth.cc
parent3eacc4f9835c697c50838b0f341355b5600d0256 (diff)
Simplify and combine the h-* headers
They were -- at best -- extremely dangerous to include separately because of order-dependence. There were also quite a few (apparent) workarounds for extremely old and non-standard systems.
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 60df3113..9b3d83d9 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -61,6 +61,7 @@
#include <algorithm>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
+#include <fcntl.h>
#include <fmt/format.h>
#include <numeric>
#include <string>