]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix use of header files in disk storage backend.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 27 May 2008 08:56:56 +0000 (08:56 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 27 May 2008 08:56:56 +0000 (08:56 +0000)
* src/storage_backend_disk.c: Include internal.h to resolve use
of header files.

ChangeLog
src/storage_backend_disk.c

index 39a7236872a0128279e3916ac50cc2971dcd8c13..b871aeee3cf18fe498a9ca3f5a9d20772f92c85a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue May 27 09:54:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
+
+       Fix use of header files in disk storage backend.
+       * src/storage_backend_disk.c: Include internal.h to resolve use
+       of header files.
+
 Fri May 23 09:23:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
 
        Deprecate the conn, dom and net fields in the _virError structure.
index 0efc96887b04360af5c791a284da441a8d9cfe4e..a8637a4ccc145dca2f587743f20493edc580c6ae 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <config.h>
 
+#include "internal.h"
 #include "storage_backend_disk.h"
 #include "util.h"