Include sys/malloc.h for MALLOC_DECLARE.

This commit is contained in:
joerg 2012-01-28 16:24:35 +00:00
parent 0aba3d8d4d
commit 609d852960
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hfs.h,v 1.7 2008/09/03 22:57:46 gmcgarry Exp $ */
/* $NetBSD: hfs.h,v 1.8 2012/01/28 16:24:35 joerg Exp $ */
/*-
* Copyright (c) 2005, 2007 The NetBSD Foundation, Inc.
@ -118,6 +118,7 @@ typedef struct {
} hfs_libcb_argsread;
#ifdef _KERNEL
#include <sys/malloc.h>
MALLOC_DECLARE(M_HFSMNT); /* defined in hfs_vfsops.c */