Inclusion for malloc decls (missed in previous commit).

This commit is contained in:
rmind 2011-04-24 18:52:26 +00:00
parent a9c7955034
commit 177a8696c7
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: firewirereg.h,v 1.15 2010/11/14 15:47:20 uebayasi Exp $ */
/* $NetBSD: firewirereg.h,v 1.16 2011/04/24 18:52:26 rmind Exp $ */
/*-
* Copyright (c) 2003 Hidetoshi Shimokawa
* Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
@ -320,6 +320,8 @@ extern int firewire_phydma_enable;
#define BIO_READ B_READ
#define BIO_WRITE B_WRITE
#include <sys/mallocvar.h>
MALLOC_DECLARE(M_FW);
MALLOC_DECLARE(M_FWXFER);