aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/xenpm.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-14 13:43:17 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-14 13:43:17 +0000
commit568aed7d6b168143cb23ffc36659f6c9e7163433 (patch)
tree39a95b094cca4aebc255d0be90b5d8dea9a21ea6 /tools/misc/xenpm.c
parent0c01be2b7c79bdd1e9a6317a3d2c860501603cc8 (diff)
downloadxen-568aed7d6b168143cb23ffc36659f6c9e7163433.tar.gz
xen-568aed7d6b168143cb23ffc36659f6c9e7163433.tar.bz2
xen-568aed7d6b168143cb23ffc36659f6c9e7163433.zip
xenpm: build fix
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/misc/xenpm.c')
-rw-r--r--tools/misc/xenpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/misc/xenpm.c b/tools/misc/xenpm.c
index 55523c6965..ff8fc364ba 100644
--- a/tools/misc/xenpm.c
+++ b/tools/misc/xenpm.c
@@ -29,6 +29,7 @@
#include <xenctrl.h>
#include <inttypes.h>
+#include <sys/time.h>
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))