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.

11 lines
246 B

  1. --- a/services/plugins/vix/vixTools.c
  2. +++ b/services/plugins/vix/vixTools.c
  3. @@ -66,7 +66,7 @@
  4. #include <unistd.h>
  5. #endif
  6. -#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__)
  7. +#ifdef HAVE_SYS_STAT_H
  8. #include <sys/stat.h>
  9. #endif