aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lguest.h
diff options
context:
space:
mode:
authorJes Sorensen <jes@sgi.com>2007-10-22 11:03:33 +1000
committerRusty Russell <rusty@rustcorp.com.au>2007-10-23 15:49:52 +1000
commit47aee45ae3c708ab678e09abfba0efaf6ca0e87a (patch)
tree068d85a5bad5436268abbd5b090d67b2ce22dc21 /include/linux/lguest.h
parentd612cde060a005c1effb13d0f665448a04ce5f67 (diff)
lguest.h declares a struct timespec, make it include linux/time.h
Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/linux/lguest.h')
-rw-r--r--include/linux/lguest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lguest.h b/include/linux/lguest.h
index ea335c8f86c..9ddac2f0a97 100644
--- a/include/linux/lguest.h
+++ b/include/linux/lguest.h
@@ -4,6 +4,7 @@
#define _LINUX_LGUEST_H
#ifndef __ASSEMBLY__
+#include <linux/time.h>
#include <asm/irq.h>
#include <asm/lguest_hcall.h>