Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 22:18:45 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365523 - head/lib/libsysdecode
Message-ID:  <202009092218.089MIjSJ014134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Sep  9 22:18:44 2020
New Revision: 365523
URL: https://svnweb.freebsd.org/changeset/base/365523

Log:
  Fix compilation of libsysdecode after r365522, should have been part of it.
  
  Reviewed by:	markj
  Tested by:	pho
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week
  Differential revision:	https://reviews.freebsd.org/D24652

Modified:
  head/lib/libsysdecode/mkioctls

Modified: head/lib/libsysdecode/mkioctls
==============================================================================
--- head/lib/libsysdecode/mkioctls	Wed Sep  9 22:12:51 2020	(r365522)
+++ head/lib/libsysdecode/mkioctls	Wed Sep  9 22:18:44 2020	(r365523)
@@ -51,6 +51,7 @@ BEGIN {
 	print "#include <sys/param.h>"
 	print "#include <sys/devicestat.h>"
 	print "#include <sys/disklabel.h>"
+	print "#include <sys/mman.h>"
 	print "#include <sys/socket.h>"
 	print "#include <sys/time.h>"
 	print "#include <sys/tty.h>"



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