Date: Sun, 7 Jun 2015 14:20:49 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284116 - head/sys/boot/ficl Message-ID: <201506071420.t57EKnio083109@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo (ports committer) Date: Sun Jun 7 14:20:48 2015 New Revision: 284116 URL: https://svnweb.freebsd.org/changeset/base/284116 Log: Include header libi386.h to silence the clang warning of implicit declaration of functions biospci_*. Differential Revision: D2668 Reviewed by: rodrigc Modified: head/sys/boot/ficl/loader.c Modified: head/sys/boot/ficl/loader.c ============================================================================== --- head/sys/boot/ficl/loader.c Sun Jun 7 13:59:02 2015 (r284115) +++ head/sys/boot/ficl/loader.c Sun Jun 7 14:20:48 2015 (r284116) @@ -46,6 +46,7 @@ #include "bootstrap.h" #include <string.h> #include "ficl.h" +#include "../i386/libi386/libi386.h" /* FreeBSD's loader interaction words and extras *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071420.t57EKnio083109>