PERFORCE change 112437 for review
Poul-Henning Kamp
phk at FreeBSD.org
Tue Jan 2 14:45:02 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=112437
Change 112437 by phk at 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>
More information about the p4-projects
mailing list