mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 11:41:59 +01:00
12 lines
303 B
Diff
12 lines
303 B
Diff
--- open-vm-tools-9.4.6-1770165.orig/services/plugins/vix/vixTools.c
|
|
+++ open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c
|
|
@@ -54,7 +54,7 @@
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
-#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__)
|
|
+#ifdef HAVE_SYS_STAT_H
|
|
#include <sys/stat.h>
|
|
#endif
|
|
|