From d6c99337a99f6be38b76725d4429c45b4b417f8f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Jan 2010 10:38:36 +0100 Subject: [PATCH] storage_backend.h: include required headers * src/storage/storage_backend.h: Include . --- src/storage/storage_backend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/storage/storage_backend.h b/src/storage/storage_backend.h index 88c6161371..1c38eeb773 100644 --- a/src/storage/storage_backend.h +++ b/src/storage/storage_backend.h @@ -1,7 +1,7 @@ /* * storage_backend.h: internal storage driver backend contract * - * Copyright (C) 2007-2008 Red Hat, Inc. + * Copyright (C) 2007-2010 Red Hat, Inc. * Copyright (C) 2007-2008 Daniel P. Berrange * * This library is free software; you can redistribute it and/or @@ -24,6 +24,7 @@ #ifndef __VIR_STORAGE_BACKEND_H__ #define __VIR_STORAGE_BACKEND_H__ +#include #include "internal.h" #include "storage_conf.h" -- GitLab