mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 22:25:25 +00:00
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
@ -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
Block a user