Author: ngie
Date: Sun Dec 20 02:46:51 2015
New Revision: 292486
URL: https://svnweb.freebsd.org/changeset/base/292486

Log:
  Add missing smbios.h #include to mute a -Wimplicit-function-declaration 
warning
  after r279222
  
  Reported by: Jenkins
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/sys/boot/i386/libi386/biosmem.c

Modified: head/sys/boot/i386/libi386/biosmem.c
==============================================================================
--- head/sys/boot/i386/libi386/biosmem.c        Sun Dec 20 02:36:30 2015        
(r292485)
+++ head/sys/boot/i386/libi386/biosmem.c        Sun Dec 20 02:46:51 2015        
(r292486)
@@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
 #include "bootstrap.h"
 #include "libi386.h"
 #include "btxv86.h"
+#include "smbios.h"
 
 vm_offset_t    memtop, memtop_copyin, high_heap_base;
 uint32_t       bios_basemem, bios_extmem, high_heap_size;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to