svn commit: r309553 - head/sys/arm/include

Michal Meloun mmel at FreeBSD.org
Mon Dec 5 15:55:52 UTC 2016


Author: mmel
Date: Mon Dec  5 15:55:51 2016
New Revision: 309553
URL: https://svnweb.freebsd.org/changeset/base/309553

Log:
  Fix build breakage caused by r309531.
  
  Reported by: andrew
  MFC after: 2 weeks
  X-MFC with: r309531

Modified:
  head/sys/arm/include/pmap.h

Modified: head/sys/arm/include/pmap.h
==============================================================================
--- head/sys/arm/include/pmap.h	Mon Dec  5 13:23:22 2016	(r309552)
+++ head/sys/arm/include/pmap.h	Mon Dec  5 15:55:51 2016	(r309553)
@@ -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


More information about the svn-src-all mailing list