mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
sfxge(4): fix build because of no declaration
Functions declared in mcdi_mon.h are implemented in mcdi_mon.c. The build fails if compiler options require declaration before definition. Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D18246
This commit is contained in:
parent
dbcc3c8f70
commit
b288270efc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341215
@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "efx.h"
|
||||
#include "efx_impl.h"
|
||||
#include "mcdi_mon.h"
|
||||
|
||||
#if EFSYS_OPT_MON_MCDI
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user