mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
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:
parent
f60dc0bc09
commit
e083fc786c
@ -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.
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "storage_backend_disk.h"
|
||||
#include "util.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user