diff --git a/ChangeLog b/ChangeLog index 39a7236872..b871aeee3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue May 27 09:54:00 BST 2008 Richard W.M. Jones + + 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 Deprecate the conn, dom and net fields in the _virError structure. diff --git a/src/storage_backend_disk.c b/src/storage_backend_disk.c index 0efc96887b..a8637a4ccc 100644 --- a/src/storage_backend_disk.c +++ b/src/storage_backend_disk.c @@ -23,6 +23,7 @@ #include +#include "internal.h" #include "storage_backend_disk.h" #include "util.h"