diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-09-15 16:48:25 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-09-15 16:48:25 +0000 |
| commit | 99d1c26b7d1f22b45bfe5ec1d7adfbb3b4253ad1 (patch) | |
| tree | a93fb47f4c7e4659a81db5f8193f69684175a5f2 | |
| parent | 3f8ba8b5f8d0720bc201df3a913b52e3def16769 (diff) | |
Notes
| -rw-r--r-- | sys/sys/malloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 57c358623c6a..9a46e9292921 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -37,9 +37,9 @@ #ifndef _SYS_MALLOC_H_ #define _SYS_MALLOC_H_ -#include <vm/uma.h> -#include <sys/lock.h> -#include <sys/mutex.h> +#include <sys/queue.h> +#include <sys/_lock.h> +#include <sys/_mutex.h> #define splmem splhigh |
