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.

12 lines
324 B

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