]> xenbits.xensource.com Git - libvirt.git/commitdiff
util.h needs libvirt.h for virConnectPtr
authorMark McLoughlin <markmc@redhat.com>
Fri, 25 Sep 2009 13:20:12 +0000 (14:20 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 29 Sep 2009 07:34:36 +0000 (08:34 +0100)
Seems standard to include internal.h in order to pull in libvirt.h

* src/util/util.h: include internal.h

src/util/util.h

index dbfdc45c2d0e1f87e688ea21cbb9f8f6e3c4276d..77f50edcacb09b17fc885fbf7b92d40828e6e2a1 100644 (file)
@@ -26,6 +26,7 @@
 #define __VIR_UTIL_H__
 
 #include "verify.h"
+#include "internal.h"
 #include <sys/select.h>
 #include <sys/types.h>