svn commit: r292486 - head/sys/boot/i386/libi386

Garrett Cooper ngie at FreeBSD.org
Sun Dec 20 02:46:53 UTC 2015


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;


More information about the svn-src-all mailing list