--- common/filepath.cc.orig 2024-05-03 15:37:12 UTC +++ common/filepath.cc @@ -3,6 +3,10 @@ #include #include +#ifdef __FreeBSD__ +# include +#endif + #ifdef __APPLE__ # include #endif