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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to