diff --git a/src/run.cpp b/src/run.cpp index 3915fe5..b4cc613 100644 --- a/src/run.cpp +++ b/src/run.cpp @@ -25,6 +25,10 @@ #include #include +#if defined(__FreeBSD__) +#include +#endif + // short syntax helper for kj::Path template inline kj::Path operator/(const kj::Path& p, const T& ext) {