include util.h in cgroup.h

required by VIR_ENUM_DECL.
This commit is contained in:
Hu Tao 2013-01-16 10:53:04 +08:00 committed by Eric Blake
parent 47e1767725
commit dfa88e6455

View File

@ -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;