diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-appUtilX11.c')
-rw-r--r-- | emulators/open-vm-tools/files/patch-appUtilX11.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-appUtilX11.c b/emulators/open-vm-tools/files/patch-appUtilX11.c new file mode 100644 index 000000000000..2757fb6bd712 --- /dev/null +++ b/emulators/open-vm-tools/files/patch-appUtilX11.c @@ -0,0 +1,12 @@ +--- ./lib/appUtil/appUtilX11.c.orig 2009-02-18 17:02:41.000000000 +0900 ++++ ./lib/appUtil/appUtilX11.c 2009-03-24 18:54:18.000000000 +0900 +@@ -26,6 +26,9 @@ + #include <stdlib.h> + #include <string.h> + #include <unistd.h> ++#if defined(__FreeBSD__) ++#include <libgen.h> ++#endif + + #include "vmware.h" + #include "str.h" |