mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libkvm: Unbreak build for powerpc64/powerpc
This slipped through my testing due to the recent roto-tiling of the ARCH/TARGET parts that I need to catch up with. Mea culpa.
This commit is contained in:
parent
bc211d112d
commit
6ee6ac7fec
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <limits.h>
|
||||
#include <kvm.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "kvm_private.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue