You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
285 B

  1. --- a/src/common.h
  2. +++ b/src/common.h
  3. @@ -22,6 +22,7 @@
  4. #include <pwd.h>
  5. #include <grp.h>
  6. #include <libgen.h>
  7. +#include <fcntl.h>
  8. #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__FreeBSD_kernel__)
  9. #include <sys/param.h>