mirror of https://gitee.com/openkylin/libvirt.git
Drop mntent.h include.
It's no longer used and also causes build fail on FreeBSD.
This commit is contained in:
parent
f1f9a7ac7e
commit
b467e9323c
src/qemu
|
@ -34,7 +34,6 @@
|
|||
#include <sys/wait.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <mntent.h>
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "qemu_conf.h"
|
||||
|
|
Loading…
Reference in New Issue