diff --git a/src/storage/storage_backend.h b/src/storage/storage_backend.h index 88c6161371b66d34e9f036cf9bf07295e091c683..1c38eeb7731218292392c397363c79b7d2c23f4f 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"