Author: hselasky
Date: Thu Oct 22 12:22:08 2020
New Revision: 366936
URL: https://svnweb.freebsd.org/changeset/base/366936

Log:
  Compile fix for MIPS, MIPS64, POWERPC and POWERPC64.
  Add missing include files.
  
  Differential Revision:        https://reviews.freebsd.org/D26254
  Reviewed by:          melifaro@
  MFC after:            1 week
  Sponsored by:         Mellanox Technologies // NVIDIA Networking

Modified:
  head/sys/net/if_infiniband.c

Modified: head/sys/net/if_infiniband.c
==============================================================================
--- head/sys/net/if_infiniband.c        Thu Oct 22 10:36:16 2020        
(r366935)
+++ head/sys/net/if_infiniband.c        Thu Oct 22 12:22:08 2020        
(r366936)
@@ -29,6 +29,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include <sys/param.h>
+#include <sys/kernel.h>
 #include <sys/types.h>
 #include <sys/systm.h>
 #include <sys/eventhandler.h>
_______________________________________________
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