aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
parentMove register setup into i386_core.c (diff)
downloadlinux-dev-47aee45ae3c708ab678e09abfba0efaf6ca0e87a.tar.xz
linux-dev-47aee45ae3c708ab678e09abfba0efaf6ca0e87a.zip
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')
-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 ea335c8f86c3..9ddac2f0a97c 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>