Fix build on latest DFBSD; patch by Antonio Huete Jimenez in PR 43863.
This commit is contained in:
parent
47b75ce739
commit
ad0653d30c
1 changed files with 4 additions and 0 deletions
|
@ -809,7 +809,11 @@ static VoltDefault voltdefault0[] =
|
|||
#include <dirent.h>
|
||||
#include <osreldate.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#if (__DragonFly_version < 200700)
|
||||
#include <machine/smb.h>
|
||||
#else
|
||||
#include <bus/smbus/smb.h>
|
||||
#endif
|
||||
|
||||
/* Interface types */
|
||||
#define INTERFACE_IO 0
|
||||
|
|
Loading…
Reference in a new issue