diff options
author | Michal Meloun <mmel@FreeBSD.org> | 2016-12-05 15:55:51 +0000 |
---|---|---|
committer | Michal Meloun <mmel@FreeBSD.org> | 2016-12-05 15:55:51 +0000 |
commit | 65d5084f54474900f7b41a325043cacf8a04bdcb (patch) | |
tree | 4a267c01d282c6a3ed9d9fd5f23aebac4552e505 /sys/arm | |
parent | 0e922aa30804af8afa3679d8cdccf8ad3f90af26 (diff) | |
download | src-65d5084f54474900f7b41a325043cacf8a04bdcb.tar.gz src-65d5084f54474900f7b41a325043cacf8a04bdcb.zip |
Fix build breakage caused by r309531.
Reported by: andrew
MFC after: 2 weeks
X-MFC with: r309531
Notes
Notes:
svn path=/head/; revision=309553
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/include/pmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index 5debffcef51c..b2ae22019937 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -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 |