Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 15:55:51 +0000 (UTC)
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309553 - head/sys/arm/include
Message-ID:  <201612051555.uB5FtpGS063661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612051555.uB5FtpGS063661>