Date: Tue, 2 Jan 2007 22:45:01 GMT From: Poul-Henning Kamp <phk@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 112437 for review Message-ID: <200701022245.l02Mj1UH081302@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112437 Change 112437 by phk@phk_hex on 2007/01/02 22:44:10 Add missing <sys/malloc.h> include. Approved by: imp Affected files ... .. //depot/projects/arm/src/sys/dev/iicbus/iiconf.c#6 edit Differences ... ==== //depot/projects/arm/src/sys/dev/iicbus/iiconf.c#6 (text+ko) ==== @@ -29,6 +29,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/malloc.h> #include <sys/module.h> #include <sys/bus.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701022245.l02Mj1UH081302>