ports/emulators/open-vm-tools/files/patch-header
2008-03-28 13:30:31 +00:00

11 lines
424 B
Text

--- modules/freebsd/vmhgfs/os.h.orig 2008-03-19 08:49:45.000000000 +0100
+++ modules/freebsd/vmhgfs/os.h 2008-03-27 17:40:38.000000000 +0100
@@ -29,6 +29,8 @@
#if defined(__FreeBSD__)
# include <sys/param.h> // for <everything>
+# include <sys/proc.h>
+# include <sys/condvar.h>
# include <sys/lock.h> // for struct mtx
# include <sys/mutex.h> // for struct mtx
# include <sys/sx.h>