Fix build breakage caused by r309531.

Reported by: andrew
MFC after: 2 weeks
X-MFC with: r309531
This commit is contained in:
Michal Meloun 2016-12-05 15:55:51 +00:00
parent 0e922aa308
commit 65d5084f54

View file

@ -30,6 +30,7 @@
#ifndef _MACHINE_PMAP_H_
#define _MACHINE_PMAP_H_
#include <sys/systm.h>
#if __ARM_ARCH >= 6
#include <machine/pmap-v6.h>
#else