]> xenbits.xensource.com Git - libvirt.git/commitdiff
include util.h in cgroup.h
authorHu Tao <hutao@cn.fujitsu.com>
Wed, 16 Jan 2013 02:53:04 +0000 (10:53 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 17 Jan 2013 00:23:58 +0000 (17:23 -0700)
required by VIR_ENUM_DECL.

src/util/vircgroup.h

index 8b6d3b269d77f1766a172281c28cf63120ec03fd..2ed6ff966dc50ce0d7d2021c7f5f7ae7dc7b4ab8 100644 (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;