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:
Mark McLoughlin 2009-09-25 14:20:12 +01:00
parent 323ad539bb
commit 25e2857c21

View File

@ -26,6 +26,7 @@
#define __VIR_UTIL_H__
#include "verify.h"
#include "internal.h"
#include <sys/select.h>
#include <sys/types.h>