From dfa88e6455942fcef9aca41a31359e9c6120c179 Mon Sep 17 00:00:00 2001 From: Hu Tao Date: Wed, 16 Jan 2013 10:53:04 +0800 Subject: [PATCH] include util.h in cgroup.h required by VIR_ENUM_DECL. --- src/util/vircgroup.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/vircgroup.h b/src/util/vircgroup.h index 8b6d3b269d..2ed6ff966d 100644 --- a/src/util/vircgroup.h +++ b/src/util/vircgroup.h @@ -1,7 +1,7 @@ /* * vircgroup.h: methods for managing control cgroups * - * Copyright (C) 2011-2012 Red Hat, Inc. + * Copyright (C) 2011-2013 Red Hat, Inc. * Copyright IBM Corp. 2008 * * This library is free software; you can redistribute it and/or @@ -25,6 +25,8 @@ #ifndef __VIR_CGROUP_H__ # define __VIR_CGROUP_H__ +# include "virutil.h" + struct virCgroup; typedef struct virCgroup *virCgroupPtr;