Add missing smbios.h #include to mute a -Wimplicit-function-declaration warning

after r279222

Reported by: Jenkins
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-12-20 02:46:51 +00:00
parent 9c7fedcad3
commit ee898967d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292486

View File

@ -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;