mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
11 lines
424 B
Text
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>
|