@@ -17,12 +17,16 @@ #include "config.h" #include #include -#include -#include +#ifdef HAVE_FCNTL_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif #include #import "OFKernelEventObserver.h" #import "OFKernelEventObserver+Private.h"