diff options
author | Jes Sorensen <jes@sgi.com> | 2007-10-21 21:03:33 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 01:49:52 -0400 |
commit | 47aee45ae3c708ab678e09abfba0efaf6ca0e87a (patch) | |
tree | 068d85a5bad5436268abbd5b090d67b2ce22dc21 /include/linux/lguest.h | |
parent | d612cde060a005c1effb13d0f665448a04ce5f67 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lguest.h b/include/linux/lguest.h index ea335c8f86c3..9ddac2f0a97c 100644 --- a/include/linux/lguest.h +++ b/include/linux/lguest.h | |||
@@ -4,6 +4,7 @@ | |||
4 | #define _LINUX_LGUEST_H | 4 | #define _LINUX_LGUEST_H |
5 | 5 | ||
6 | #ifndef __ASSEMBLY__ | 6 | #ifndef __ASSEMBLY__ |
7 | #include <linux/time.h> | ||
7 | #include <asm/irq.h> | 8 | #include <asm/irq.h> |
8 | #include <asm/lguest_hcall.h> | 9 | #include <asm/lguest_hcall.h> |
9 | 10 | ||