From e083fc786ce6573897fc8c472bd72f5f313b137b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 27 May 2008 08:56:56 +0000 Subject: [PATCH] Fix use of header files in disk storage backend. * src/storage_backend_disk.c: Include internal.h to resolve use of header files. --- ChangeLog | 6 ++++++ src/storage_backend_disk.c | 1 + 2 files changed, 7 insertions(+) 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"