svn commit: r331877 - head/sys/arm/arm
Andrew Turner
andrew at FreeBSD.org
Mon Apr 2 13:36:49 UTC 2018
Author: andrew
Date: Mon Apr 2 13:36:48 2018
New Revision: 331877
URL: https://svnweb.freebsd.org/changeset/base/331877
Log:
Add the missing header for malloc(9). It was pulled in through header
pollution that doesn't seem to exist in some configurations.
Modified:
head/sys/arm/arm/gic_acpi.c
Modified: head/sys/arm/arm/gic_acpi.c
==============================================================================
--- head/sys/arm/arm/gic_acpi.c Mon Apr 2 13:25:38 2018 (r331876)
+++ head/sys/arm/arm/gic_acpi.c Mon Apr 2 13:36:48 2018 (r331877)
@@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/kernel.h>
+#include <sys/malloc.h>
#include <sys/module.h>
#include <machine/intr.h>
More information about the svn-src-head
mailing list