From: Hu Tao Date: Wed, 16 Jan 2013 02:53:04 +0000 (+0800) Subject: include util.h in cgroup.h X-Git-Tag: v1.0.2-rc1~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfa88e6455942fcef9aca41a31359e9c6120c179;p=thirdparty%2Flibvirt.git include util.h in cgroup.h required by VIR_ENUM_DECL. --- 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;