From 609d852960d4920e3780f9e6cc60b3f24a34c689 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 28 Jan 2012 16:24:35 +0000 Subject: [PATCH] Include sys/malloc.h for MALLOC_DECLARE. --- sys/fs/hfs/hfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/fs/hfs/hfs.h b/sys/fs/hfs/hfs.h index 649d7f34f8eb..0a25cf2e2ff3 100644 --- a/sys/fs/hfs/hfs.h +++ b/sys/fs/hfs/hfs.h @@ -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 MALLOC_DECLARE(M_HFSMNT); /* defined in hfs_vfsops.c */