svn commit: r359332 - head/sys/compat/linux
Mark Johnston
markj at FreeBSD.org
Thu Mar 26 17:13:06 UTC 2020
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
More information about the svn-src-head
mailing list