diff options
| author | Alan Cox <alc@FreeBSD.org> | 2003-01-01 00:13:01 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2003-01-01 00:13:01 +0000 |
| commit | ea0081b61e90aa3ffbaede71c10888e2546c348e (patch) | |
| tree | aed42fa9d0e1df3b3aaa71367d5ff54406762531 | |
| parent | d9ce8f5c47674fb17b676d53424cfd22133f877b (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index d95d197971a9..3809d060101b 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -72,6 +72,7 @@ #include <sys/lock.h> #include <sys/lockmgr.h> +#include <sys/_mutex.h> /* * Types defined: |
