Date: Sun, 20 Dec 2015 02:46:52 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292486 - head/sys/boot/i386/libi386 Message-ID: <201512200246.tBK2kqjY051267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512200246.tBK2kqjY051267>