diff --git a/lix/libutil/processes.cc b/lix/libutil/processes.cc index 34de355de..78e574c24 100644 --- a/lix/libutil/processes.cc +++ b/lix/libutil/processes.cc @@ -23,9 +23,8 @@ #include #include -#ifdef __APPLE__ -# include -#endif +// both apple and linux must use raw syscalls for some things that are not exposed otherwise +#include #ifdef __linux__ # include