mirror of https://gitee.com/openkylin/libvirt.git
util.h needs libvirt.h for virConnectPtr
Seems standard to include internal.h in order to pull in libvirt.h * src/util/util.h: include internal.h
This commit is contained in:
parent
323ad539bb
commit
25e2857c21
src/util
|
@ -26,6 +26,7 @@
|
|||
#define __VIR_UTIL_H__
|
||||
|
||||
#include "verify.h"
|
||||
#include "internal.h"
|
||||
#include <sys/select.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue