Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 17:12:56 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359332 - head/sys/compat/linux
Message-ID:  <202003261712.02QHCuPV002267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu Mar 26 17:12:55 2020
New Revision: 359332
URL: https://svnweb.freebsd.org/changeset/base/359332

Log:
  compat/linux/linux.h depends on queue.h since r353725.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/compat/linux/linux.h

Modified: head/sys/compat/linux/linux.h
==============================================================================
--- head/sys/compat/linux/linux.h	Thu Mar 26 15:02:56 2020	(r359331)
+++ head/sys/compat/linux/linux.h	Thu Mar 26 17:12:55 2020	(r359332)
@@ -29,6 +29,8 @@
 #ifndef _LINUX_MI_H_
 #define _LINUX_MI_H_
 
+#include <sys/queue.h>
+
 #define	LINUX_IFHWADDRLEN	6
 #define	LINUX_IFNAMSIZ		16
 



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