Fix use of header files in disk storage backend.

* src/storage_backend_disk.c: Include internal.h to resolve use
	of header files.
This commit is contained in:
Richard W.M. Jones 2008-05-27 08:56:56 +00:00
parent f60dc0bc09
commit e083fc786c
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -23,6 +23,7 @@
#include <config.h>
#include "internal.h"
#include "storage_backend_disk.h"
#include "util.h"